mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 13:37:02 +00:00
Fix build
This commit is contained in:
parent
aaa2affd6d
commit
e1d645d0a6
4 changed files with 3 additions and 8 deletions
|
|
@ -38,7 +38,7 @@ set(SOURCES
|
|||
|
||||
add_executable(${EXECUTABLE_NAME} dbcfile.cpp System.cpp ${SOURCES} ${EXECUTABLE_SRCS})
|
||||
|
||||
target_link_libraries(${EXECUTABLE_NAME} loadlib StormLib)
|
||||
target_link_libraries(${EXECUTABLE_NAME} loadlib storm)
|
||||
|
||||
#Output the compiled exes to build/bin/$(Configuration)/tools directory on windows by default
|
||||
if(WIN32)
|
||||
|
|
|
|||
|
|
@ -27,11 +27,6 @@
|
|||
|
||||
#include <cassert>
|
||||
#include <string>
|
||||
|
||||
#ifdef _DLL
|
||||
#undef _DLL
|
||||
#endif
|
||||
|
||||
#include "StormLib.h"
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ add_executable(${EXECUTABLE_NAME} ${EXECUTABLE_SRCS}
|
|||
${CMAKE_SOURCE_DIR}/src/tools/Extractor_projects/shared/ExtractorCommon.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(${EXECUTABLE_NAME} loadlib bzip2 zlib StormLib)
|
||||
target_link_libraries(${EXECUTABLE_NAME} loadlib bzip2 zlib storm)
|
||||
|
||||
#Output the compiled exes to build/bin/$(Configuration)/tools directory on windows by default
|
||||
if(WIN32)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue