ladybird/Userland/Applets/Keymap/CMakeLists.txt
Timur Sultanov 9906f41e01 Keymap+WindowServer: Add context menu to keymap applet
Adding a context menu which lists configured keymaps and allows
setting the active keymap
2022-07-21 16:40:47 +02:00

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)