Files
HandmadeMath/test/glm/cmake/glmBuildConfig.cmake.in
Ben Visness 244e9879fd Commit all of GLM into this branch because why not
I do not like it but I have done it

portability ftw
2018-02-10 18:52:07 -06:00

7 lines
193 B
CMake

set(GLM_VERSION "@GLM_VERSION@")
set(GLM_INCLUDE_DIRS "@CMAKE_CURRENT_SOURCE_DIR@")
if (NOT CMAKE_VERSION VERSION_LESS "3.0")
include("${CMAKE_CURRENT_LIST_DIR}/glmTargets.cmake")
endif()