Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'extern/CMakeLists.txt')
-rw-r--r--extern/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/extern/CMakeLists.txt b/extern/CMakeLists.txt
index 1cce7dc24cc..58e0c68148b 100644
--- a/extern/CMakeLists.txt
+++ b/extern/CMakeLists.txt
@@ -23,6 +23,9 @@
#
# ***** END GPL LICENSE BLOCK *****
+# Libs that adhere to strict flags
+add_subdirectory(curve_fit_nd)
+
# Otherwise we get warnings here that we cant fix in external projects
remove_strict_flags()