1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 15:57:35 +00:00

Spreadsheet: Start making a spreadsheet application

This commit is contained in:
AnotherTest 2020-08-23 08:25:16 +04:30 committed by Andreas Kling
parent 5b5ba91335
commit a6ebd29aa5
13 changed files with 1183 additions and 5 deletions

View file

@ -16,6 +16,7 @@ add_subdirectory(Piano)
add_subdirectory(PixelPaint)
add_subdirectory(QuickShow)
add_subdirectory(SoundPlayer)
add_subdirectory(Spreadsheet)
add_subdirectory(SystemMonitor)
add_subdirectory(ThemeEditor)
add_subdirectory(Terminal)