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-10-13 13:21:00 +0300
committerJacques Lucke <mail@jlucke.com>2019-10-13 19:32:47 +0300
commit42894aa3df4859252e7eaf00a08f192606c29696 (patch)
tree2b585602adccd2b3acefabf6c0ee78d69671087b /source/blender/modifiers/CMakeLists.txt
parent8a3ce65044e59b64a62bf69f79b6d787739980c7 (diff)
don't use old function system for function 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 e508e38546e..f062d99f4fe 100644
--- a/source/blender/modifiers/CMakeLists.txt
+++ b/source/blender/modifiers/CMakeLists.txt
@@ -62,6 +62,7 @@ set(SRC
intern/MOD_fluidsim.c
intern/MOD_fluidsim_util.c
intern/MOD_functiondeform.c
+ intern/MOD_functiondeform_cxx.cc
intern/MOD_functionpoints.c
intern/MOD_hook.c
intern/MOD_laplaciandeform.c