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:
authorNathan Craddock <nzcraddock@gmail.com>2020-12-03 20:52:08 +0300
committerNathan Craddock <nzcraddock@gmail.com>2020-12-05 03:54:19 +0300
commit48acf15f9856d6ffcd29cdd8b3a64dd9eb983cd0 (patch)
treefea2ce35811ae689c261fb2cf03ae1f22f9098cc /source/blender/editors/space_outliner/CMakeLists.txt
parentaaa02984d3978bcf94d9a98d1ac9139d5fbfca2d (diff)
Cleanup: Outliner Data API display mode
No functional changes. Moves the data API display building code to C++. Differential Revision: https://developer.blender.org/D9741
Diffstat (limited to 'source/blender/editors/space_outliner/CMakeLists.txt')
-rw-r--r--source/blender/editors/space_outliner/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_outliner/CMakeLists.txt b/source/blender/editors/space_outliner/CMakeLists.txt
index 6b941eb3e62..b21b969493a 100644
--- a/source/blender/editors/space_outliner/CMakeLists.txt
+++ b/source/blender/editors/space_outliner/CMakeLists.txt
@@ -51,6 +51,7 @@ set(SRC
tree/tree_display_sequencer.cc
tree/tree_display_orphaned.cc
tree/tree_display_scenes.cc
+ tree/tree_display_data.cc
outliner_intern.h
tree/tree_display.h