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

Base: Port serenity-application template to LibMain

This commit is contained in:
Dolphin von Chips 2022-01-07 17:19:55 +05:00 committed by Linus Groh
parent ddeacce905
commit 2aff8b4a27
2 changed files with 14 additions and 18 deletions

View file

@ -24,5 +24,5 @@ serenity_app($1 ICON filetype-executable)
# You should place all the libraries that your application uses here. You can
# identify each library by their include path. An exception is LibCore, which
# is linked to all components by default.
target_link_libraries($1 LibGUI LibGfx)
target_link_libraries($1 LibGUI LibGfx LibMain)
EOF