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 19:39:46 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-07-13 20:15:13 +0300
commitaf0fc660499a63b367dcc63222d0baee93aa665c (patch)
tree823952ab0763af43b962d4f249b8c37c3ab8ef93 /source/blender/windowmanager/CMakeLists.txt
parent6845306c68a874cb1a9171d6a08a1578eea41a8a (diff)
WM: register global list of panel types
Allows simple lookups for popovers.
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 eb01332fc26..67674dae4f3 100644
--- a/source/blender/windowmanager/CMakeLists.txt
+++ b/source/blender/windowmanager/CMakeLists.txt
@@ -71,6 +71,7 @@ set(SRC
intern/wm_operator_props.c
intern/wm_operator_type.c
intern/wm_operators.c
+ intern/wm_panel_type.c
intern/wm_playanim.c
intern/wm_stereo.c
intern/wm_subwindow.c