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 'source/blender/modifiers/CMakeLists.txt')
-rw-r--r--source/blender/modifiers/CMakeLists.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/source/blender/modifiers/CMakeLists.txt b/source/blender/modifiers/CMakeLists.txt
index 48acbdc17f3..30961e4e029 100644
--- a/source/blender/modifiers/CMakeLists.txt
+++ b/source/blender/modifiers/CMakeLists.txt
@@ -26,6 +26,8 @@ set(INC
../blenlib
../bmesh
../depsgraph
+ ../functions
+ ../simulations
../makesdna
../makesrna
../render/extern/include
@@ -42,6 +44,8 @@ set(SRC
intern/MOD_array.c
intern/MOD_bevel.c
intern/MOD_boolean.c
+ intern/MOD_bparticles.c
+ intern/MOD_bparticles_output.c
intern/MOD_build.c
intern/MOD_cast.c
intern/MOD_cloth.c
@@ -55,6 +59,10 @@ set(SRC
intern/MOD_edgesplit.c
intern/MOD_explode.c
intern/MOD_fluid.c
+ intern/MOD_functiondeform_cxx.cc
+ intern/MOD_functiondeform.c
+ intern/MOD_functionpoints_cxx.cc
+ intern/MOD_functionpoints.c
intern/MOD_hook.c
intern/MOD_laplaciandeform.c
intern/MOD_laplaciansmooth.c
@@ -111,6 +119,8 @@ set(SRC
set(LIB
bf_blenkernel
bf_blenlib
+ bf_functions
+ bf_simulations
)
if(WITH_ALEMBIC)