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-09-02 12:34:36 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-09-02 12:37:09 +0300
commit4bb8dba340e0ac570f4a4eb628d0be09c92713b7 (patch)
tree4fb41f5936397f15de30b0c3acfc9fd5fbfe7abd /source/blender/windowmanager/CMakeLists.txt
parent0ddf3e110ef0f1f69ef785db867e581f813ee9a7 (diff)
Cleanup: move keymap helpers 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 810cceb5fc3..ebf55c64906 100644
--- a/source/blender/windowmanager/CMakeLists.txt
+++ b/source/blender/windowmanager/CMakeLists.txt
@@ -64,6 +64,7 @@ set(SRC
intern/wm_init_exit.c
intern/wm_jobs.c
intern/wm_keymap.c
+ intern/wm_keymap_utils.c
intern/wm_menu_type.c
intern/wm_operator_props.c
intern/wm_operator_type.c