mirror of
https://github.com/SWG-Source/src.git
synced 2026-08-02 02:15:58 -04:00
Added interdependent links between static libs
This commit is contained in:
@@ -63,3 +63,8 @@ add_library(sharedFile STATIC
|
||||
${SHARED_SOURCES}
|
||||
${PLATFORM_SOURCES}
|
||||
)
|
||||
|
||||
target_link_libraries(sharedFile
|
||||
sharedCompression
|
||||
sharedDebug
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user