mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 12:41:54 +00:00
7 lines
193 B
CMake
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()
|