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.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/extern/CMakeLists.txt b/extern/CMakeLists.txt
index 2b18be71941..450f5e64351 100644
--- a/extern/CMakeLists.txt
+++ b/extern/CMakeLists.txt
@@ -41,6 +41,10 @@ if(WITH_BULLET)
endif()
endif()
+if(WITH_DRACO)
+ add_subdirectory(draco)
+endif()
+
# now only available in a branch
#if(WITH_MOD_CLOTH_ELTOPO)
# add_subdirectory(eltopo)