mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 03:08:11 +00:00

New serenity_app() targets can be defined which allows application icons to be emedded directly into the executable. The embedded icons will then be used when creating an icon for that file in LibGUI.
6 lines
137 B
CMake
6 lines
137 B
CMake
set(SOURCES
|
|
main.cpp
|
|
)
|
|
|
|
serenity_app(LibGfxDemo ICON app-libgfx-demo)
|
|
target_link_libraries(LibGfxDemo LibGUI LibIPC LibGfx LibCore)
|