mirror of
https://github.com/SWG-Source/src.git
synced 2026-08-02 02:15:58 -04:00
Added missing interdependency links
This commit is contained in:
@@ -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