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:
authorJulian Eisel <julian@blender.org>2021-03-05 14:28:15 +0300
committerJulian Eisel <julian@blender.org>2021-03-05 16:45:46 +0300
commite0442a955badbbf7ee6f280bb988054175802bc1 (patch)
tree63ae6f98baa81e45825446c4acdb159819a1867a /source/blender/editors/space_outliner/CMakeLists.txt
parenta592f7e6cbd30c65360cdeb912bc29afb40a7daf (diff)
UI Code Quality: Port Outliner Grease Pencil layers to new design
Continuation of work in 2e221de4ceee and 249e4df110e0. Now the tree-element types have to be ported one by one. This is probably the most straight forward type to port.
Diffstat (limited to 'source/blender/editors/space_outliner/CMakeLists.txt')
-rw-r--r--source/blender/editors/space_outliner/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/space_outliner/CMakeLists.txt b/source/blender/editors/space_outliner/CMakeLists.txt
index d54265aa292..040410c0bdd 100644
--- a/source/blender/editors/space_outliner/CMakeLists.txt
+++ b/source/blender/editors/space_outliner/CMakeLists.txt
@@ -57,6 +57,7 @@ set(SRC
tree/tree_element.cc
tree/tree_element_anim_data.cc
tree/tree_element_driver_base.cc
+ tree/tree_element_gpencil_layer.cc
tree/tree_element_nla.cc
outliner_intern.h
@@ -66,6 +67,7 @@ set(SRC
tree/tree_element.hh
tree/tree_element_anim_data.hh
tree/tree_element_driver_base.hh
+ tree/tree_element_gpencil_layer.hh
tree/tree_element_nla.hh
)