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

@ -19,7 +19,7 @@ set(Detour_STAT_SRCS
if(WIN32)
include_directories(
${CMAKE_SOURCE_DIR}/modules/worldengine/deps/zlib
${CMAKE_SOURCE_DIR}/deps/zlib
)
endif()

View file

@ -22,7 +22,7 @@ set(Recast_STAT_SRCS
if(WIN32)
include_directories(
${CMAKE_SOURCE_DIR}/modules/worldengine/deps/zlib
${CMAKE_SOURCE_DIR}/deps/zlib
)
endif()