feat(Core/Library): Rename shared library to common (#1675)

This commit is contained in:
Kargatum
2019-04-04 16:47:17 +07:00
committed by GitHub
parent 7ad58aa6ea
commit 5105333968
11 changed files with 23 additions and 23 deletions

View File

@@ -44,7 +44,7 @@ endif()
target_link_libraries(authserver
PUBLIC
shared
common
)
CollectIncludeDirectories(

View File

@@ -37,7 +37,7 @@ target_include_directories(game-interface
target_link_libraries(game-interface
INTERFACE
shared)
common)
add_library(game STATIC
${PRIVATE_SOURCES}

View File

@@ -91,7 +91,7 @@ target_include_directories(scripts-interface
target_link_libraries(scripts-interface
INTERFACE
shared)
common)
add_library(scripts STATIC
${scripts_STAT_SRCS}

View File

@@ -133,7 +133,7 @@ set_target_properties(worldserver PROPERTIES LINK_FLAGS "${worldserver_LINK_FLAG
target_link_libraries(worldserver
PUBLIC
game
shared
common
scripts
gsoap
readline