From bc59a3c4559077a14663c95473004e702dc8f2b6 Mon Sep 17 00:00:00 2001 From: elsid Date: Thu, 1 Nov 2018 14:53:06 +0300 Subject: [PATCH] Build recastnavigation static libraries --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 35e0b60dca..16f72d301a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -537,6 +537,7 @@ endif(WIN32) # Extern set(RECASTNAVIGATION_DEMO OFF CACHE BOOL "Do not build RecastDemo") +set(RECASTNAVIGATION_STATIC ON CACHE BOOL "Build recastnavigation static libraries") add_subdirectory (extern/recastnavigation) add_subdirectory (extern/osg-ffmpeg-videoplayer)