mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-28 22:15:49 -04:00
Add missing interdependent references
This commit is contained in:
@@ -340,6 +340,7 @@ add_library(sharedGame STATIC
|
||||
|
||||
target_link_libraries(sharedGame
|
||||
sharedFoundation
|
||||
sharedObject
|
||||
sharedUtility
|
||||
archive
|
||||
)
|
||||
|
||||
@@ -199,4 +199,9 @@ add_library(sharedObject STATIC
|
||||
|
||||
target_link_libraries(sharedObject
|
||||
sharedCollision
|
||||
sharedFoundation
|
||||
sharedGame
|
||||
sharedTerrain
|
||||
sharedUtility
|
||||
swgSharedUtility
|
||||
)
|
||||
|
||||
@@ -142,5 +142,6 @@ add_library(sharedTerrain STATIC
|
||||
)
|
||||
|
||||
target_link_libraries(sharedTerrain
|
||||
sharedCollision
|
||||
sharedFractal
|
||||
)
|
||||
|
||||
@@ -133,5 +133,6 @@ add_library(sharedUtility STATIC
|
||||
)
|
||||
|
||||
target_link_libraries(sharedUtility
|
||||
sharedFoundation
|
||||
sharedMath
|
||||
)
|
||||
|
||||
@@ -66,4 +66,5 @@ add_library(swgSharedNetworkMessages STATIC
|
||||
target_link_libraries(swgSharedNetworkMessages
|
||||
sharedGame
|
||||
sharedObject
|
||||
swgSharedUtility
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user