mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 20:56:25 +02:00
5 lines
No EOL
185 B
CMake
5 lines
No EOL
185 B
CMake
MACRO(INCLUDE_GLM TARGET ROOT_DIR)
|
|
set(GLM_ROOT_DIR ${ROOT_DIR}/externals)
|
|
find_package(GLM REQUIRED)
|
|
include_directories(${GLM_INCLUDE_DIRS})
|
|
ENDMACRO(INCLUDE_GLM _target _root_dir) |