1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-07 06:15:34 +00:00

put back the recast stuff

This commit is contained in:
Bret Curtis 2021-02-21 21:19:11 +01:00
parent 28cb14289a
commit ed74834e01

View file

@ -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
)