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:
Diffstat (limited to 'source/blender/windowmanager/CMakeLists.txt')
-rw-r--r--source/blender/windowmanager/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/blender/windowmanager/CMakeLists.txt b/source/blender/windowmanager/CMakeLists.txt
index 3f5c86857b7..d5e360de3d1 100644
--- a/source/blender/windowmanager/CMakeLists.txt
+++ b/source/blender/windowmanager/CMakeLists.txt
@@ -65,6 +65,10 @@ set(SRC
intern/wm_subwindow.c
intern/wm_window.c
intern/wm_stereo.c
+ intern/wm_widgets.c
+ intern/wm_generic_widgets.c
+ 3d_widgets/arrow_widget.c
+ 3d_widgets/dial_widget.c
WM_api.h
WM_keymap.h
@@ -77,6 +81,7 @@ set(SRC
wm_files.h
wm_subwindow.h
wm_window.h
+ 3d_widgets/ui_widget_library.h
)
if(WITH_AUDASPACE)