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-10-17 07:09:29 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-10-17 07:16:02 +0300
commita297e1bb93afcd2a216e074e6fd72c7914768cdf (patch)
tree2efa412b443dadb37a718833a1176de8bcc43151 /source/blender/windowmanager/CMakeLists.txt
parent99520e3f92e14eb3b7fab3f7decd0914a3da1360 (diff)
WM: move gesture operator callbacks into own file
`wm_operators.c` is near 5k LOC with lots of mixed functionality, extract gesture callbacks since they aren't closely related.
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 f22ed34ca2e..a8b3c994d24 100644
--- a/source/blender/windowmanager/CMakeLists.txt
+++ b/source/blender/windowmanager/CMakeLists.txt
@@ -60,6 +60,7 @@ set(SRC
intern/wm_files.c
intern/wm_files_link.c
intern/wm_gesture.c
+ intern/wm_gesture_ops.c
intern/wm_init_exit.c
intern/wm_jobs.c
intern/wm_keymap.c