mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-09 20:24:16 +00:00
Move Navmesh code away from dPhysics (#701)
This commit is contained in:
4
dNavigation/CMakeLists.txt
Normal file
4
dNavigation/CMakeLists.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
set(DNAVIGATION_SOURCES "dNavMesh.cpp")
|
||||
|
||||
add_library(dNavigation STATIC ${DNAVIGATION_SOURCES})
|
||||
target_link_libraries(dNavigation detour recast)
|
Reference in New Issue
Block a user