SFML/cmake
Chris Thrasher f0e72be285 Prefer using IMPORTED targets where possible
My goal is to reduce our need on sfml_find_package until it can
finally be removed. It's preferred to simply use find_package to
find 3rd party projects.

I had to add IMPORTED targets to some of our find modules so that
we could get away from using INTERFACE libraries for external code.
That also implied that our find moduels need to be installed so that
users have access to them when processing SFML's config module.
2023-08-23 09:14:59 -06:00
..
Modules Prefer using IMPORTED targets where possible 2023-08-23 09:14:59 -06:00
CompilerWarnings.cmake Apply SFML_ prefix to compiler warning option 2023-07-16 17:20:18 -06:00
Config.cmake Use native CMake support for detecting architecture size 2023-08-21 09:05:30 -06:00
Format.cmake Take advantage of clang-format-14 features 2023-07-08 14:39:24 -06:00
Macros.cmake Simplify sfml_find_package 2023-08-23 09:14:59 -06:00
Mesa3D.cmake
SFMLConfig.cmake.in
SFMLConfigDependencies.cmake.in Prefer using IMPORTED targets where possible 2023-08-23 09:14:59 -06:00
Tidy.cmake Suppress extraneous clang-tidy output 2023-07-13 10:53:45 -06:00