mirror of
https://github.com/SWG-Source/src.git
synced 2026-08-04 04:16:02 -04:00
Added interdependency links between the static libraries
This commit is contained in:
@@ -70,3 +70,9 @@ add_library(serverUtility STATIC
|
||||
${SHARED_SOURCES}
|
||||
${PLATFORM_SOURCES}
|
||||
)
|
||||
|
||||
target_link_libraries(serverUtility
|
||||
sharedNetworkMessages
|
||||
serverNetworkMessages
|
||||
sharedUtility
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user