mirror of
https://github.com/RGBCube/serenity
synced 2025-10-17 20:52:26 +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
111 B
CMake
6 lines
111 B
CMake
set(SOURCES
|
|
Fire.cpp
|
|
)
|
|
|
|
serenity_app(Fire ICON app-fire)
|
|
target_link_libraries(Fire LibGUI LibCore LibGfx)
|