glm/cmake
Miro Knejp 92d0d4e77e Move header files from /glm to /include/glm subfolder
This makes it safer to include GLM as sources instead of install. By not
having the repository root as the header search path, but a dedicated
subfolder instead, chances of name clashes are reduced and the amount of
options displayed in IDEs is vastly reduced and disambiguated.

This change should not affect anyone relying on CMake's automatic
header search path setting of target dependencies. A re-run of cmake
may be necessary if it doesn't automatically pickup the changes. Already
installed/exported packages should not be affected.

Those already building from sources and managing search paths manually
need to switch from "path/to/glm" to "path/to/glm/include".
2016-06-28 18:50:24 +02:00
..
CMakePackageConfigHelpers.cmake Fix spelling mistakes 2016-04-03 00:50:25 +01:00
glm.pc.in Moved glm.pc.in into cmake directory #509 2016-05-31 00:36:21 +02:00
glmBuildConfig.cmake.in Move header files from /glm to /include/glm subfolder 2016-06-28 18:50:24 +02:00
glmConfig.cmake.in Bump CMake version for interface target to 3.0 2015-07-06 19:43:45 +08:00
GNUInstallDirs.cmake cmake: Install FindGLM 2014-04-15 10:26:28 +01:00