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:
authorCampbell Barton <ideasman42@gmail.com>2018-03-19 19:46:49 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-03-19 19:46:49 +0300
commita3486e735f7e5af6ca78dafc8608cced5a121096 (patch)
treeadaf6036dfc9d27c5de5b00bed67a85520576ad6 /source/blender/editors/physics/CMakeLists.txt
parenta5fc0ae150d737109ee1bd179bc5de81f9120f32 (diff)
Cleanup: move particle undo into own file
Also avoid extern declarations which can get out of sync.
Diffstat (limited to 'source/blender/editors/physics/CMakeLists.txt')
-rw-r--r--source/blender/editors/physics/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/physics/CMakeLists.txt b/source/blender/editors/physics/CMakeLists.txt
index 898422dac51..a04ebb24d2c 100644
--- a/source/blender/editors/physics/CMakeLists.txt
+++ b/source/blender/editors/physics/CMakeLists.txt
@@ -40,6 +40,7 @@ set(SRC
dynamicpaint_ops.c
particle_boids.c
particle_edit.c
+ particle_edit_undo.c
particle_object.c
physics_fluid.c
physics_ops.c
@@ -48,6 +49,7 @@ set(SRC
rigidbody_object.c
rigidbody_world.c
+ particle_edit_utildefines.h
physics_intern.h
)