From 02668cd45d8e252648a8a31cd7b3a8b9d7ab5296 Mon Sep 17 00:00:00 2001 From: Koncord Date: Sun, 19 Jan 2020 14:29:37 +0800 Subject: [PATCH] Add accidentally forgotten files to build --- components/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/CMakeLists.txt b/components/CMakeLists.txt index d540b135c..ec7de71e1 100644 --- a/components/CMakeLists.txt +++ b/components/CMakeLists.txt @@ -229,6 +229,7 @@ add_component_dir(settings) if (BUILD_OPENMW OR BUILD_OPENCS) add_component_dir(detournavigator + debug makenavmesh findsmoothpath recastmeshbuilder @@ -242,6 +243,7 @@ if (BUILD_OPENMW OR BUILD_OPENCS) tilecachedrecastmeshmanager recastmeshobject navmeshtilescache + settings ) endif()