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/editors/space_spreadsheet/CMakeLists.txt')
-rw-r--r--source/blender/editors/space_spreadsheet/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/space_spreadsheet/CMakeLists.txt b/source/blender/editors/space_spreadsheet/CMakeLists.txt
index 056358edb78..b2a0905d4a2 100644
--- a/source/blender/editors/space_spreadsheet/CMakeLists.txt
+++ b/source/blender/editors/space_spreadsheet/CMakeLists.txt
@@ -33,7 +33,7 @@ set(INC
set(SRC
space_spreadsheet.cc
- spreadsheet_breadcrumb.cc
+ spreadsheet_context.cc
spreadsheet_column.cc
spreadsheet_data_source.cc
spreadsheet_data_source_geometry.cc
@@ -41,7 +41,7 @@ set(SRC
spreadsheet_layout.cc
spreadsheet_ops.cc
- spreadsheet_breadcrumb.hh
+ spreadsheet_context.hh
spreadsheet_cell_value.hh
spreadsheet_column.hh
spreadsheet_column_values.hh