build: add new headers to COMMON_INCLUDES
This commit is contained in:
parent
1f7bd69385
commit
8c89a1d7e6
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue