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-06-05 11:28:26 +0300
committerJacques Lucke <mail@jlucke.com>2019-06-05 11:28:26 +0300
commit6262b2bf7cffffdf0bb4dfac1548a539c7ba5f68 (patch)
tree269c1cd3f1e1156d5f651e0c3da8de5c00840858 /source/blender/modifiers/CMakeLists.txt
parent0387abd20fae495b0edeb71f12910e755be0f0a5 (diff)
initial empty particle nodes 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 2a1e46d6505..9b0411b5aa8 100644
--- a/source/blender/modifiers/CMakeLists.txt
+++ b/source/blender/modifiers/CMakeLists.txt
@@ -73,6 +73,7 @@ set(SRC
intern/MOD_meshsequencecache.c
intern/MOD_mirror.c
intern/MOD_multires.c
+ intern/MOD_nodeparticles.c
intern/MOD_none.c
intern/MOD_normal_edit.c
intern/MOD_ocean.c