Files
HandmadeMath/test/glm/cmake/glmConfig.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

10 lines
228 B
CMake

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