mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 01:32:14 -05:00
39364bdda4
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.
7 lines
131 B
CMake
7 lines
131 B
CMake
set(SOURCES
|
|
AddEventDialog.cpp
|
|
main.cpp
|
|
)
|
|
|
|
serenity_app(Calendar ICON app-calendar)
|
|
target_link_libraries(Calendar LibGUI)
|