mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-02 06:09:51 +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
Notes:
sideshowbarker
2024-07-18 18:16:41 +09:00
Author: https://github.com/linusg
Commit: 292cd009ea
1 changed files with 1 additions and 1 deletions
|
@ -4,5 +4,5 @@ set(SOURCES
|
|||
main.cpp
|
||||
)
|
||||
|
||||
serenity_bin(KeyboardMapper)
|
||||
serenity_app(KeyboardMapper ICON app-keyboard-mapper)
|
||||
target_link_libraries(KeyboardMapper LibGUI LibKeyboard)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue