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-01-23 18:45:28 +0300
committerJacques Lucke <mail@jlucke.com>2019-02-10 22:14:20 +0300
commit46a4cf36972fc6f125f2ae0295ea2e2fa7ec6d9f (patch)
treee24a39fc26c9f31b6a42a0de26ea3d9ef95035d5 /source/blender/modifiers/CMakeLists.txt
parentebc898756a93ef1c4a768d9feb4b0f8cf9b8a4f6 (diff)
new deform modifier
Diffstat (limited to 'source/blender/modifiers/CMakeLists.txt')
-rw-r--r--source/blender/modifiers/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/modifiers/CMakeLists.txt b/source/blender/modifiers/CMakeLists.txt
index 30dab865196..3628d576d18 100644
--- a/source/blender/modifiers/CMakeLists.txt
+++ b/source/blender/modifiers/CMakeLists.txt
@@ -57,6 +57,7 @@ set(SRC
intern/MOD_explode.c
intern/MOD_fluidsim.c
intern/MOD_fluidsim_util.c
+ intern/MOD_functiondeform.c
intern/MOD_hook.c
intern/MOD_laplaciandeform.c
intern/MOD_laplaciansmooth.c