mirror of
https://github.com/DarkflameUniverse/DarkflameServer
synced 2024-08-30 18:43:58 +00:00
5 lines
145 B
CMake
5 lines
145 B
CMake
|
set(DNAVIGATION_SOURCES "dNavMesh.cpp")
|
||
|
|
||
|
add_library(dNavigation STATIC ${DNAVIGATION_SOURCES})
|
||
|
target_link_libraries(dNavigation detour recast)
|