mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:27:34 +00:00
Base: Port serenity-application template to LibMain
This commit is contained in:
parent
ddeacce905
commit
2aff8b4a27
2 changed files with 14 additions and 18 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue