add glm to cmakelists
This commit is contained in:
parent
ddcd44a085
commit
95bda95908
|
|
@ -11,7 +11,8 @@ execute_process(
|
|||
)
|
||||
|
||||
include_directories(
|
||||
"${CMAKE_SOURCE_DIR}/include")
|
||||
"${CMAKE_SOURCE_DIR}/include"
|
||||
"${CMAKE_SOURCE_DIR}/3rdparty/glm")
|
||||
|
||||
set(COMMON_INCLUDES
|
||||
${CMAKE_SOURCE_DIR}/include/common/bspfile.hh
|
||||
|
|
|
|||
Loading…
Reference in New Issue