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>2017-08-10 07:05:43 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-08-10 07:08:38 +0300
commit5406109fbfa24655412a7b36cc72a922d65b4d9f (patch)
tree8562e4184c1e93b77bab6a24c08f6acdb35591d7 /source/blender/editors/space_view3d/CMakeLists.txt
parentd5289f9d80291e28111e0d5dcd5f3c290f20a4af (diff)
Manipulator: add image-empty manipulator
Diffstat (limited to 'source/blender/editors/space_view3d/CMakeLists.txt')
-rw-r--r--source/blender/editors/space_view3d/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_view3d/CMakeLists.txt b/source/blender/editors/space_view3d/CMakeLists.txt
index e3791aff163..5e04c8e10cb 100644
--- a/source/blender/editors/space_view3d/CMakeLists.txt
+++ b/source/blender/editors/space_view3d/CMakeLists.txt
@@ -60,6 +60,7 @@ set(SRC
view3d_header.c
view3d_iterators.c
view3d_manipulator_camera.c
+ view3d_manipulator_empty.c
view3d_manipulator_forcefield.c
view3d_manipulator_lamp.c
view3d_ops.c