mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-28 22:15:49 -04:00
Added interdependent link between static libraries
This commit is contained in:
@@ -25,3 +25,7 @@ add_library(sharedDatabaseInterface_oci STATIC
|
||||
${SHARED_SOURCES}
|
||||
${PLATFORM_SOURCES}
|
||||
)
|
||||
|
||||
target_link_libraries(sharedDatabaseInterface_oci
|
||||
sharedDatabaseInterface
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user