diff options
author | AnotherTest <ali.mpfard@gmail.com> | 2020-08-26 06:00:23 +0430 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-08-27 10:27:20 +0200 |
commit | e1f5f709eeecdd9aea0714b924f6bbb2096abdbf (patch) | |
tree | a49f2962141658c84fc322840a52c7ba6c464318 /Applications/Spreadsheet/CMakeLists.txt | |
parent | 6ea7e67b62222c0a2f48f12e4cef6719f7e02333 (diff) | |
download | serenity-e1f5f709eeecdd9aea0714b924f6bbb2096abdbf.zip |
Spreadsheet: Move sheet management to a Workbook class
Diffstat (limited to 'Applications/Spreadsheet/CMakeLists.txt')
-rw-r--r-- | Applications/Spreadsheet/CMakeLists.txt | 1 |
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 ) |