mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-02 22:55:23 +00:00
Adding a context menu which lists configured keymaps and allows setting the active keymap
15 lines
269 B
CMake
15 lines
269 B
CMake
serenity_component(
|
|
Keymap.Applet
|
|
REQUIRED
|
|
TARGETS Keymap.Applet
|
|
)
|
|
|
|
set(SOURCES
|
|
KeymapStatusWindow.cpp
|
|
KeymapStatusWidget.cpp
|
|
main.cpp
|
|
)
|
|
|
|
serenity_bin(Keymap.Applet)
|
|
target_link_libraries(Keymap.Applet LibGUI LibCore LibGfx LibMain LibKeyboard)
|