mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-03-15 21:45:12 +00:00
feat(Core/Library): Rename shared library to common (#1675)
This commit is contained in:
@@ -44,7 +44,7 @@ endif()
|
||||
|
||||
target_link_libraries(authserver
|
||||
PUBLIC
|
||||
shared
|
||||
common
|
||||
)
|
||||
|
||||
CollectIncludeDirectories(
|
||||
|
||||
@@ -37,7 +37,7 @@ target_include_directories(game-interface
|
||||
|
||||
target_link_libraries(game-interface
|
||||
INTERFACE
|
||||
shared)
|
||||
common)
|
||||
|
||||
add_library(game STATIC
|
||||
${PRIVATE_SOURCES}
|
||||
|
||||
@@ -91,7 +91,7 @@ target_include_directories(scripts-interface
|
||||
|
||||
target_link_libraries(scripts-interface
|
||||
INTERFACE
|
||||
shared)
|
||||
common)
|
||||
|
||||
add_library(scripts STATIC
|
||||
${scripts_STAT_SRCS}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user