build: add new headers to COMMON_INCLUDES

This commit is contained in:
Eric Wasylishen 2017-04-22 20:35:20 -06:00
parent 1f7bd69385
commit 8c89a1d7e6
1 changed files with 4 additions and 0 deletions

View File

@ -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