mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-12 14:12:52 +00:00
By using serenity_app() instead of serenity_bin() in the CMakeLists.txt, we can embed an icon as usual.
8 lines
186 B
CMake
8 lines
186 B
CMake
set(SOURCES
|
|
KeyboardMapperWidget.cpp
|
|
KeyButton.cpp
|
|
main.cpp
|
|
)
|
|
|
|
serenity_app(KeyboardMapper ICON app-keyboard-mapper)
|
|
target_link_libraries(KeyboardMapper LibGUI LibKeyboard)
|