glm/cmake/glmConfig.cmake.in

6 lines
165 B
CMake
Raw Normal View History

2015-03-29 17:21:56 +00:00
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()