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-06-07 16:50:34 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-06-07 16:56:24 +0300
commit8ff1bce40f3de5272eb3cb6475691f0d8d98bc52 (patch)
tree58f539d304c79d3f540e1bbfd337fec28b301865 /source/blender/editors/space_view3d/CMakeLists.txt
parentcff176df37168142d18041a0cd78e80014d99b61 (diff)
Manipulators: lamp, camera & force-field
From custom-manipulators branch. These may be improved they work on a basic level.
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 34b68a80a0f..af4c220ed46 100644
--- a/source/blender/editors/space_view3d/CMakeLists.txt
+++ b/source/blender/editors/space_view3d/CMakeLists.txt
@@ -59,6 +59,7 @@ set(SRC
view3d_walk.c
view3d_header.c
view3d_iterators.c
+ view3d_manipulators.c
view3d_ops.c
view3d_project.c
view3d_ruler.c