DarkflameServer/dNavigation/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
145 B
CMake
Raw Normal View History

set(DNAVIGATION_SOURCES "dNavMesh.cpp")
add_library(dNavigation STATIC ${DNAVIGATION_SOURCES})
target_link_libraries(dNavigation detour recast)