mirror of
https://github.com/RGBCube/serenity
synced 2025-05-26 01:45:06 +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.
10 lines
211 B
CMake
10 lines
211 B
CMake
set(SOURCES
|
|
History.cpp
|
|
main.cpp
|
|
ManualModel.cpp
|
|
ManualPageNode.cpp
|
|
ManualSectionNode.cpp
|
|
)
|
|
|
|
serenity_app(Help ICON app-help)
|
|
target_link_libraries(Help LibWeb LibMarkdown LibGUI LibDesktop)
|