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

Base: Adjust serenity-application template with some cpp-gui pieces

Namely, the window title and size are carried over, since a larger
window with a more readable "Example Application" title is better to
understand. I also took the opportunity to add a missing trailing
newline to the generated CMake file.
This commit is contained in:
kleines Filmröllchen 2023-03-07 23:12:43 +01:00 committed by Ali Mohammad Pur
parent 7a0fae7be1
commit 2451e97a11
2 changed files with 3 additions and 2 deletions

View file

@ -25,4 +25,5 @@ serenity_app($1 ICON filetype-executable)
# 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 LibMain)
EOF