glm/cmake/glmConfig.cmake.in
Zbigniew Mandziejewicz 62a7daddcf Removed obsolete FindGLM
2015-03-30 01:39:27 +08:00

6 lines
165 B
CMake

set_and_check(GLM_INCLUDE_DIRS "@GLM_INCLUDE_DIRS@")
if (NOT CMAKE_VERSION VERSION_LESS "2.8.12")
include("${CMAKE_CURRENT_LIST_DIR}/glmTargets.cmake")
endif()