mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
6 lines
193 B
CMake
6 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()
|