diff options
author | Yehonal <yehonal.azeroth@gmail.com> | 2017-10-13 19:22:30 +0200 |
---|---|---|
committer | Yehonal <yehonal.azeroth@gmail.com> | 2017-10-13 19:22:53 +0200 |
commit | c64f8d8e825731966f48e76aab183aca3f969f0d (patch) | |
tree | 05d072bb5b08d217a812adac1032832c6b3699bb /deps/g3dlite | |
parent | b24a2ea13e13c2b090f8a0be85761070072cdf26 (diff) |
Fixed compilation after dir rework
Diffstat (limited to 'deps/g3dlite')
-rw-r--r-- | deps/g3dlite/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/g3dlite/CMakeLists.txt b/deps/g3dlite/CMakeLists.txt index 8e75bdf179..120b8741e6 100644 --- a/deps/g3dlite/CMakeLists.txt +++ b/deps/g3dlite/CMakeLists.txt @@ -57,7 +57,7 @@ set(g3dlib_STAT_SRCS if(WIN32) include_directories( ${CMAKE_CURRENT_SOURCE_DIR}/include - ${CMAKE_SOURCE_DIR}/modules/worldengine/deps/zlib + ${CMAKE_SOURCE_DIR}/deps/zlib ) else() include_directories( |