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

Magnifier: Use LibMain

Use the new serenity_main construct and TRY in Magnifier.
This commit is contained in:
Marcus Nilsson 2021-11-27 13:23:58 +01:00 committed by Brian Gianforcaro
parent cbf93ee687
commit c91eebfbaa
2 changed files with 25 additions and 39 deletions

View file

@ -11,4 +11,4 @@ set(SOURCES
)
serenity_app(Magnifier ICON app-magnifier)
target_link_libraries(Magnifier LibGUI)
target_link_libraries(Magnifier LibGUI LibMain)