mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 02:17:35 +00:00
20 lines
425 B
CMake
20 lines
425 B
CMake
set(SOURCES
|
|
Cell.cpp
|
|
CellSyntaxHighlighter.cpp
|
|
CellType/Identity.cpp
|
|
CellType/Numeric.cpp
|
|
CellType/String.cpp
|
|
CellType/Type.cpp
|
|
CellTypeDialog.cpp
|
|
HelpWindow.cpp
|
|
JSIntegration.cpp
|
|
Spreadsheet.cpp
|
|
SpreadsheetModel.cpp
|
|
SpreadsheetView.cpp
|
|
SpreadsheetWidget.cpp
|
|
Workbook.cpp
|
|
main.cpp
|
|
)
|
|
|
|
serenity_bin(Spreadsheet)
|
|
target_link_libraries(Spreadsheet LibGUI LibJS LibWeb)
|