diff --git a/components/CMakeLists.txt b/components/CMakeLists.txt index 349f1cd79..2120afc1a 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 )