mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 19:10:38 +02:00
5 lines
No EOL
157 B
CMake
5 lines
No EOL
157 B
CMake
MACRO(INCLUDE_GLM TARGET)
|
|
set(GLM_ROOT_DIR ../externals)
|
|
find_package(GLM REQUIRED)
|
|
include_directories(${GLM_INCLUDE_DIRS})
|
|
ENDMACRO(INCLUDE_GLM _target) |