diff --git a/CMakeLists.txt b/CMakeLists.txt index 64adf86f..8ede0f20 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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