diff options
author | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-06-21 00:07:48 +0200 |
---|---|---|
committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-06-21 00:07:48 +0200 |
commit | 1d210bc490a6cc99c20f1be79eab6fe133e82870 (patch) | |
tree | 2cac8e78a8a29548bd346255703371a07c76d3da /src/server/scripts | |
parent | 42f3c9cf5b32cdd6e00675c34584b679d27d353e (diff) | |
parent | 0892c71a16a1fc01822946bdb006eff5bdec9315 (diff) |
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
Conflicts:
dep/PackageList.txt
Diffstat (limited to 'src/server/scripts')
-rw-r--r-- | src/server/scripts/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/scripts/CMakeLists.txt b/src/server/scripts/CMakeLists.txt index 4ffa9925e0f..c12f16a7ab5 100644 --- a/src/server/scripts/CMakeLists.txt +++ b/src/server/scripts/CMakeLists.txt @@ -48,7 +48,9 @@ message("") include_directories( ${CMAKE_BINARY_DIR} ${CMAKE_SOURCE_DIR}/dep/recastnavigation/Detour + ${CMAKE_SOURCE_DIR}/dep/recastnavigation/Detour/Include ${CMAKE_SOURCE_DIR}/dep/recastnavigation/Recast + ${CMAKE_SOURCE_DIR}/dep/recastnavigation/Recast/Include ${CMAKE_SOURCE_DIR}/dep/g3dlite/include ${CMAKE_SOURCE_DIR}/dep/SFMT ${CMAKE_SOURCE_DIR}/dep/zlib |