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-09-06 17:34:21 +0300
committerJacques Lucke <mail@jlucke.com>2019-09-06 17:34:21 +0300
commit5045219ca978dbadd4644dfe9c43d101e792416f (patch)
tree0e253e53fc2df2480994648242e6f7f65674b295 /source/blender/modifiers/CMakeLists.txt
parentd30979dddb30390986b23c7d9bdfe621ce401181 (diff)
separate BParticles Output modifier
Diffstat (limited to 'source/blender/modifiers/CMakeLists.txt')
-rw-r--r--source/blender/modifiers/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/modifiers/CMakeLists.txt b/source/blender/modifiers/CMakeLists.txt
index 8d18488d234..e508e38546e 100644
--- a/source/blender/modifiers/CMakeLists.txt
+++ b/source/blender/modifiers/CMakeLists.txt
@@ -45,6 +45,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
@@ -74,7 +76,6 @@ set(SRC
intern/MOD_meshsequencecache.c
intern/MOD_mirror.c
intern/MOD_multires.c
- intern/MOD_bparticles.c
intern/MOD_none.c
intern/MOD_normal_edit.c
intern/MOD_ocean.c