Fix build

This commit is contained in:
Rochet2 2018-01-08 17:00:17 +02:00 committed by Antz
parent aaa2affd6d
commit e1d645d0a6
4 changed files with 3 additions and 8 deletions

View file

@ -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)

View file

@ -27,11 +27,6 @@
#include <cassert>
#include <string>
#ifdef _DLL
#undef _DLL
#endif
#include "StormLib.h"
/**

View file

@ -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)