mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 02:38:13 +00:00
Build: Embed application icons directly in the executables.
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.
This commit is contained in:
parent
d16eabed06
commit
39364bdda4
39 changed files with 94 additions and 37 deletions
|
@ -6,5 +6,5 @@ set(SOURCES
|
|||
ManualSectionNode.cpp
|
||||
)
|
||||
|
||||
serenity_bin(Help)
|
||||
serenity_app(Help ICON app-help)
|
||||
target_link_libraries(Help LibWeb LibMarkdown LibGUI LibDesktop)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue