Fixed compilation after dir rework

This commit is contained in:
Yehonal
2017-10-13 19:22:30 +02:00
parent b24a2ea13e
commit c64f8d8e82
75 changed files with 276 additions and 938 deletions

View File

@@ -10,12 +10,12 @@
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
include_directories(
${CMAKE_SOURCE_DIR}/modules/worldengine/deps/g3dlite/include
${CMAKE_SOURCE_DIR}/modules/worldengine/nucleus/src
${CMAKE_SOURCE_DIR}/modules/worldengine/nucleus/src/Debugging
${CMAKE_SOURCE_DIR}/modules/worldengine/lib-collision/src/
${CMAKE_SOURCE_DIR}/modules/worldengine/lib-collision/src/Maps
${CMAKE_SOURCE_DIR}/modules/worldengine/lib-collision/src/Models
${CMAKE_SOURCE_DIR}/deps/g3dlite/include
${CMAKE_SOURCE_DIR}/src/core
${CMAKE_SOURCE_DIR}/src/core/Debugging
${CMAKE_SOURCE_DIR}/src/libraries/collision/
${CMAKE_SOURCE_DIR}/src/libraries/collision/Maps
${CMAKE_SOURCE_DIR}/src/libraries/collision/Models
${ACE_INCLUDE_DIR}
${ZLIB_INCLUDE_DIR}
)