From 8c89a1d7e66f7429f7c04b8ef03a365722fcdd23 Mon Sep 17 00:00:00 2001 From: Eric Wasylishen Date: Sat, 22 Apr 2017 20:35:20 -0600 Subject: [PATCH] build: add new headers to COMMON_INCLUDES --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4542b082..eb51b467 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,6 +15,10 @@ include_directories( "${CMAKE_SOURCE_DIR}/3rdparty/glm") set(COMMON_INCLUDES + ${CMAKE_SOURCE_DIR}/include/common/aabb.hh + ${CMAKE_SOURCE_DIR}/include/common/mesh.hh + ${CMAKE_SOURCE_DIR}/include/common/octree.hh + ${CMAKE_SOURCE_DIR}/include/common/qvec.hh ${CMAKE_SOURCE_DIR}/include/common/bspfile.hh ${CMAKE_SOURCE_DIR}/include/common/cmdlib.hh ${CMAKE_SOURCE_DIR}/include/common/lbmlib.hh