Fix build

This commit is contained in:
Aokromes
2016-12-30 02:06:20 +01:00
parent 84cf5b3000
commit c787664a23
3 changed files with 5 additions and 6 deletions

View File

@@ -50,7 +50,7 @@ include_directories(
${CMAKE_CURRENT_SOURCE_DIR}/Packets
${CMAKE_CURRENT_SOURCE_DIR}/Realms
${CMAKE_CURRENT_SOURCE_DIR}/Server
${CMAKE_SOURCE_DIR}/dep/cppformat
${CMAKE_SOURCE_DIR}/dep/fmt
${CMAKE_SOURCE_DIR}/dep/zmqpp
${CMAKE_SOURCE_DIR}/src/common
${CMAKE_SOURCE_DIR}/src/common/Configuration

View File

@@ -14,7 +14,7 @@ file(GLOB_RECURSE mapextractor_SRCS *.cpp *.h)
include_directories (
${CMAKE_SOURCE_DIR}
${CMAKE_SOURCE_DIR}/src/server/shared
${CMAKE_SOURCE_DIR}/dep/cppformat
${CMAKE_SOURCE_DIR}/dep/fmt
${CMAKE_SOURCE_DIR}/dep/StormLib/src
${CMAKE_SOURCE_DIR}/dep/g3dlite/include
${CMAKE_SOURCE_DIR}/src/common
@@ -31,7 +31,7 @@ add_executable(mapextractor
target_link_libraries(mapextractor
common
cppformat
fmt
g3dlib
${BZIP2_LIBRARIES}
${ZLIB_LIBRARIES}

View File

@@ -12,8 +12,7 @@ file(GLOB_RECURSE mmap_gen_sources *.cpp *.h)
set(mmap_gen_Includes
${CMAKE_BINARY_DIR}
${CMAKE_SOURCE_DIR}/dep/cppformat
${CMAKE_SOURCE_DIR}/dep/cppformat
${CMAKE_SOURCE_DIR}/dep/fmt
${CMAKE_SOURCE_DIR}/dep/zlib
${CMAKE_SOURCE_DIR}/dep/bzip2
${CMAKE_SOURCE_DIR}/dep/g3dlite/include
@@ -40,7 +39,7 @@ target_link_libraries(mmaps_generator
g3dlib
Recast
Detour
cppformat
fmt
${BZIP2_LIBRARIES}
${ZLIB_LIBRARIES}
${CMAKE_THREAD_LIBS_INIT}