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:
parent
28cb14289a
commit
ed74834e01
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue