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-11-27 10:15:47 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-11-27 10:36:54 +0300
commitd4161845b28b83e2a49bca24b749afb4d0ab8af6 (patch)
tree200f432f1588ff328996d13e60ae22531c6c0e39 /source/blender/windowmanager/CMakeLists.txt
parentee99d1453a5baed844582e35cf4618952b7023b3 (diff)
Tool System: show manipulators at startup
Support duplicating, switching workspaces too.
Diffstat (limited to 'source/blender/windowmanager/CMakeLists.txt')
-rw-r--r--source/blender/windowmanager/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/windowmanager/CMakeLists.txt b/source/blender/windowmanager/CMakeLists.txt
index 464906dad1e..95a0371ba23 100644
--- a/source/blender/windowmanager/CMakeLists.txt
+++ b/source/blender/windowmanager/CMakeLists.txt
@@ -72,6 +72,7 @@ set(SRC
intern/wm_subwindow.c
intern/wm_window.c
intern/wm_stereo.c
+ intern/wm_toolsystem.c
manipulators/intern/wm_manipulator.c
manipulators/intern/wm_manipulator_group.c
manipulators/intern/wm_manipulator_group_type.c