mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 06:47:34 +00:00
Applications: Move to Userland/Applications/
This commit is contained in:
parent
aa939c4b4b
commit
dc28c07fa5
287 changed files with 1 additions and 1 deletions
28
Userland/Applications/Spreadsheet/CMakeLists.txt
Normal file
28
Userland/Applications/Spreadsheet/CMakeLists.txt
Normal file
|
@ -0,0 +1,28 @@
|
|||
compile_gml(CondFormatting.gml CondFormattingGML.h cond_fmt_gml)
|
||||
compile_gml(CondView.gml CondFormattingViewGML.h cond_fmt_view_gml)
|
||||
|
||||
set(SOURCES
|
||||
Cell.cpp
|
||||
CellSyntaxHighlighter.cpp
|
||||
CellType/Date.cpp
|
||||
CellType/Format.cpp
|
||||
CellType/Identity.cpp
|
||||
CellType/Numeric.cpp
|
||||
CellType/String.cpp
|
||||
CellType/Type.cpp
|
||||
CellTypeDialog.cpp
|
||||
CondFormattingGML.h
|
||||
CondFormattingViewGML.h
|
||||
HelpWindow.cpp
|
||||
JSIntegration.cpp
|
||||
Readers/XSV.cpp
|
||||
Spreadsheet.cpp
|
||||
SpreadsheetModel.cpp
|
||||
SpreadsheetView.cpp
|
||||
SpreadsheetWidget.cpp
|
||||
Workbook.cpp
|
||||
main.cpp
|
||||
)
|
||||
|
||||
serenity_app(Spreadsheet ICON app-spreadsheet)
|
||||
target_link_libraries(Spreadsheet LibGUI LibJS LibWeb)
|
Loading…
Add table
Add a link
Reference in a new issue