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:
parent
cbf93ee687
commit
c91eebfbaa
2 changed files with 25 additions and 39 deletions
|
@ -11,4 +11,4 @@ set(SOURCES
|
|||
)
|
||||
|
||||
serenity_app(Magnifier ICON app-magnifier)
|
||||
target_link_libraries(Magnifier LibGUI)
|
||||
target_link_libraries(Magnifier LibGUI LibMain)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue