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:
authorJacques Lucke <mail@jlucke.com>2019-11-05 00:09:23 +0300
committerJacques Lucke <mail@jlucke.com>2019-11-05 00:09:23 +0300
commit62cd4cca56fc2b13f9573430513a3542afaccf7b (patch)
treea2077627f501f0e91c2e7f0add213c62b54c13b2 /source/blender/modifiers/CMakeLists.txt
parentf52e43554f58a2db9b62231a19bbc7be899eabab (diff)
parenta63b896055c96c422e8d9d547022188729922500 (diff)
Merge branch 'functions' into functions-experimental-refactor
Diffstat (limited to 'source/blender/modifiers/CMakeLists.txt')
-rw-r--r--source/blender/modifiers/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/modifiers/CMakeLists.txt b/source/blender/modifiers/CMakeLists.txt
index 569900e7872..045d07b69b1 100644
--- a/source/blender/modifiers/CMakeLists.txt
+++ b/source/blender/modifiers/CMakeLists.txt
@@ -94,6 +94,8 @@ set(SRC
intern/MOD_smooth.c
intern/MOD_softbody.c
intern/MOD_solidify.c
+ intern/MOD_solidify_extrude.c
+ intern/MOD_solidify_nonmanifold.c
intern/MOD_subsurf.c
intern/MOD_surface.c
intern/MOD_surfacedeform.c
@@ -113,6 +115,7 @@ set(SRC
MOD_modifiertypes.h
intern/MOD_fluidsim_util.h
intern/MOD_meshcache_util.h
+ intern/MOD_solidify_util.h
intern/MOD_util.h
intern/MOD_weightvg_util.h
)