summaryrefslogtreecommitdiff
path: root/Applications/Spreadsheet/CMakeLists.txt
diff options
context:
space:
mode:
authorAnotherTest <ali.mpfard@gmail.com>2020-08-26 06:00:23 +0430
committerAndreas Kling <kling@serenityos.org>2020-08-27 10:27:20 +0200
commite1f5f709eeecdd9aea0714b924f6bbb2096abdbf (patch)
treea49f2962141658c84fc322840a52c7ba6c464318 /Applications/Spreadsheet/CMakeLists.txt
parent6ea7e67b62222c0a2f48f12e4cef6719f7e02333 (diff)
downloadserenity-e1f5f709eeecdd9aea0714b924f6bbb2096abdbf.zip
Spreadsheet: Move sheet management to a Workbook class
Diffstat (limited to 'Applications/Spreadsheet/CMakeLists.txt')
-rw-r--r--Applications/Spreadsheet/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Applications/Spreadsheet/CMakeLists.txt b/Applications/Spreadsheet/CMakeLists.txt
index 61db474cf4..614fbc4ae0 100644
--- a/Applications/Spreadsheet/CMakeLists.txt
+++ b/Applications/Spreadsheet/CMakeLists.txt
@@ -5,6 +5,7 @@ set(SOURCES
SpreadsheetModel.cpp
SpreadsheetView.cpp
SpreadsheetWidget.cpp
+ Workbook.cpp
main.cpp
)