mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-09 20:24:16 +00:00
Remove deps from dNet (#1401)
This commit is contained in:
@@ -8,10 +8,5 @@ set(DNET_SOURCES "AuthPackets.cpp"
|
||||
"ZoneInstanceManager.cpp")
|
||||
|
||||
add_library(dNet STATIC ${DNET_SOURCES})
|
||||
target_include_directories(dNet PRIVATE
|
||||
${PROJECT_SOURCE_DIR}/dGame/dComponents
|
||||
${PROJECT_SOURCE_DIR}/dScripts # transitive through components
|
||||
)
|
||||
target_link_libraries(dNet
|
||||
PUBLIC dCommon dDatabase
|
||||
INTERFACE dZoneManager)
|
||||
|
||||
target_link_libraries(dNet PUBLIC dCommon)
|
||||
|
Reference in New Issue
Block a user