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>2015-12-27 08:36:08 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-12-27 09:21:00 +0300
commitb254905c384d87764cd92ed631f86f3f97caa4de (patch)
treeacfe833b5524cbc83b9e9af29f2b5f372150df00 /source/blender/windowmanager/CMakeLists.txt
parent0cc98f9023d9d1d030959df5d7b67b01bbbbe618 (diff)
Move generic operator props into own file
This is unrelated to core operator internals, so move into own file.
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 eaea70adc83..af8a7cca8dd 100644
--- a/source/blender/windowmanager/CMakeLists.txt
+++ b/source/blender/windowmanager/CMakeLists.txt
@@ -62,6 +62,7 @@ set(SRC
intern/wm_init_exit.c
intern/wm_jobs.c
intern/wm_keymap.c
+ intern/wm_operator_props.c
intern/wm_operators.c
intern/wm_subwindow.c
intern/wm_window.c