mirror of
https://github.com/SWG-Source/src.git
synced 2026-09-11 23:45:01 -04:00
Added missing interdependency links
This commit is contained in:
@@ -169,4 +169,5 @@ add_library(sharedFoundation STATIC
|
||||
|
||||
target_link_libraries(sharedFoundation
|
||||
sharedFile
|
||||
archive
|
||||
)
|
||||
|
||||
@@ -734,4 +734,8 @@ add_library(sharedNetworkMessages STATIC
|
||||
|
||||
target_link_libraries(sharedNetworkMessages
|
||||
sharedUtility
|
||||
localization
|
||||
localizationArchive
|
||||
unicode
|
||||
unicodeArchive
|
||||
)
|
||||
|
||||
@@ -17,7 +17,7 @@ if(WIN32)
|
||||
|
||||
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/win32)
|
||||
else()
|
||||
set(PLATFORM_SOURCES
|
||||
set(PLATFORM_SOURCES
|
||||
linux/Thread.cpp
|
||||
linux/Thread.h
|
||||
)
|
||||
@@ -38,3 +38,7 @@ add_library(sharedThread STATIC
|
||||
${SHARED_SOURCES}
|
||||
${PLATFORM_SOURCES}
|
||||
)
|
||||
|
||||
target_link_libraries(sharedThread
|
||||
sharedSynchronization
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user