1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-21 06:09:42 +00:00

Do not build recastnavigation tests

This commit is contained in:
elsid 2018-11-01 14:53:28 +03:00 committed by Bret Curtis
parent bc59a3c455
commit 4c82470933

View file

@ -538,6 +538,7 @@ endif(WIN32)
# Extern
set(RECASTNAVIGATION_DEMO OFF CACHE BOOL "Do not build RecastDemo")
set(RECASTNAVIGATION_STATIC ON CACHE BOOL "Build recastnavigation static libraries")
set(RECASTNAVIGATION_TESTS OFF CACHE BOOL "Do not build recastnavigation tests")
add_subdirectory (extern/recastnavigation)
add_subdirectory (extern/osg-ffmpeg-videoplayer)