mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:47:35 +00:00
Applications: Port Spreadsheet to LibMain
This commit is contained in:
parent
4b18a25e22
commit
2e87a5b7eb
2 changed files with 15 additions and 38 deletions
|
@ -41,7 +41,7 @@ set(GENERATED_SOURCES
|
|||
)
|
||||
|
||||
serenity_app(Spreadsheet ICON app-spreadsheet)
|
||||
target_link_libraries(Spreadsheet LibFileSystemAccessClient LibGUI LibJS LibWeb)
|
||||
target_link_libraries(Spreadsheet LibFileSystemAccessClient LibGUI LibJS LibMain LibWeb)
|
||||
link_with_unicode_data(Spreadsheet)
|
||||
|
||||
serenity_test(Writers/Test/TestXSVWriter.cpp Spreadsheet)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue