From 95bda95908050e6f05c989320e17740114b4bc1e Mon Sep 17 00:00:00 2001 From: Eric Wasylishen Date: Wed, 25 Jan 2017 17:27:36 -0700 Subject: [PATCH] add glm to cmakelists --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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