mirror of
https://github.com/RGBCube/serenity
synced 2025-06-19 04:52:09 +00:00

Adding a context menu which lists configured keymaps and allows setting the active keymap
14 lines
269 B
CMake
14 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)
|