Sign in
cobalt
/
cobalt
/
308ed6b84664d59944cd65f4b4359c28a2443be6
/
.
/
src
/
third_party
/
glm
/
cmake
/
glmConfig.cmake.in
blob: 37d5ad811999ef283ce054a6db50b2a08dd1fa0f [
file
] [
log
] [
blame
]
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
()