mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-04 09:44:10 +00:00
Move Navmesh code away from dPhysics (#701)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
set(DWORLDSERVER_SOURCES "ObjectIDManager.cpp"
|
||||
"PerformanceManager.cpp"
|
||||
"WorldServer.cpp")
|
||||
|
||||
|
||||
add_executable(WorldServer ${DWORLDSERVER_SOURCES})
|
||||
target_link_libraries(WorldServer ${COMMON_LIBRARIES} dChatFilter dGame dZoneManager dPhysics detour recast tinyxml2)
|
||||
target_link_libraries(WorldServer ${COMMON_LIBRARIES} dChatFilter dGame dZoneManager dPhysics detour recast tinyxml2 dNavigation)
|
||||
|
Reference in New Issue
Block a user