From a3486e735f7e5af6ca78dafc8608cced5a121096 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 19 Mar 2018 17:46:49 +0100 Subject: Cleanup: move particle undo into own file Also avoid extern declarations which can get out of sync. --- source/blender/editors/physics/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/editors/physics/CMakeLists.txt') 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 ) -- cgit v1.2.3