mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 04:31:47 +00:00
10 lines
231 B
CMake
10 lines
231 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 "2.8.12")
|
|
include("${CMAKE_CURRENT_LIST_DIR}/glmTargets.cmake")
|
|
endif()
|