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>2018-07-13 13:15:18 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-07-13 13:20:42 +0300
commit8ff3f7f6013f730f5325dbcbbfcb4e78fae19bbb (patch)
tree1b86f81c4043224945be22efac67e277006b05d0 /source/blender/windowmanager/CMakeLists.txt
parent30bffb5a3afa2fde165d4fb63a115310d5ddc3e3 (diff)
Cleanup: move WM type registration into own files
Type registration is mostly boiler plate logic, which can be separated from other API's.
Diffstat (limited to 'source/blender/windowmanager/CMakeLists.txt')
-rw-r--r--source/blender/windowmanager/CMakeLists.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/source/blender/windowmanager/CMakeLists.txt b/source/blender/windowmanager/CMakeLists.txt
index 50f99251489..810cceb5fc3 100644
--- a/source/blender/windowmanager/CMakeLists.txt
+++ b/source/blender/windowmanager/CMakeLists.txt
@@ -53,7 +53,6 @@ set(INC_SYS
set(SRC
intern/wm.c
- intern/wm_playanim.c
intern/wm_cursors.c
intern/wm_dragdrop.c
intern/wm_draw.c
@@ -65,12 +64,16 @@ set(SRC
intern/wm_init_exit.c
intern/wm_jobs.c
intern/wm_keymap.c
+ intern/wm_menu_type.c
intern/wm_operator_props.c
+ intern/wm_operator_type.c
intern/wm_operators.c
+ intern/wm_playanim.c
+ intern/wm_stereo.c
intern/wm_subwindow.c
intern/wm_tooltip.c
+ intern/wm_uilist_type.c
intern/wm_window.c
- intern/wm_stereo.c
WM_api.h
WM_keymap.h