From ed74834e01aa68c75d36857833dbf0f177fa7556 Mon Sep 17 00:00:00 2001 From: Bret Curtis Date: Sun, 21 Feb 2021 21:19:11 +0100 Subject: [PATCH] put back the recast stuff --- components/CMakeLists.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/components/CMakeLists.txt b/components/CMakeLists.txt index 349f1cd79f..2120afc1a4 100644 --- a/components/CMakeLists.txt +++ b/components/CMakeLists.txt @@ -241,9 +241,8 @@ target_link_libraries(components ${OPENGL_gl_LIBRARY} ${MyGUI_LIBRARIES} LZ4::LZ4 -# TODO: uncomment these when ready -# RecastNavigation::DebugUtils -# RecastNavigation::Detour + RecastNavigation::DebugUtils + RecastNavigation::Detour RecastNavigation::Recast )