aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/server/worldserver/CMakeLists.txt8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/server/worldserver/CMakeLists.txt b/src/server/worldserver/CMakeLists.txt
index 7179c2f8c31..596ae87a977 100644
--- a/src/server/worldserver/CMakeLists.txt
+++ b/src/server/worldserver/CMakeLists.txt
@@ -157,21 +157,15 @@ endif()
set_target_properties(worldserver PROPERTIES LINK_FLAGS "${worldserver_LINK_FLAGS}")
-if( SCRIPTS )
- set(SCRIPT_LIB "scripts")
-else()
- set(SCRIPT_LIB "")
-endif()
-
target_link_libraries(worldserver
game
shared
+ scripts
trinitysockets
collision
g3dlib
gsoap
${JEMALLOC_LIB}
- ${SCRIPT_LIB}
${READLINE_LIBRARY}
${TERMCAP_LIBRARY}
${ACE_LIBRARY}