1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 17:07:47 +00:00

ThemeEditor: Use LibMain

Use the new serenity_main construct and TRY in ThemeEditor.
This commit is contained in:
Marcus Nilsson 2021-11-27 13:34:52 +01:00 committed by Brian Gianforcaro
parent c91eebfbaa
commit 5217202737
2 changed files with 34 additions and 50 deletions

View file

@ -12,4 +12,4 @@ set(SOURCES
)
serenity_app(ThemeEditor ICON app-theme-editor)
target_link_libraries(ThemeEditor LibGUI LibFileSystemAccessClient)
target_link_libraries(ThemeEditor LibGUI LibFileSystemAccessClient LibMain)