mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:17:36 +00:00
KeyboardMapper: Embed icon in executable
By using serenity_app() instead of serenity_bin() in the CMakeLists.txt, we can embed an icon as usual.
This commit is contained in:
parent
847a49209e
commit
292cd009ea
1 changed files with 1 additions and 1 deletions
|
@ -4,5 +4,5 @@ set(SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
serenity_bin(KeyboardMapper)
|
serenity_app(KeyboardMapper ICON app-keyboard-mapper)
|
||||||
target_link_libraries(KeyboardMapper LibGUI LibKeyboard)
|
target_link_libraries(KeyboardMapper LibGUI LibKeyboard)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue