ladybird/Userland/Applets/Keymap/CMakeLists.txt

15 lines
269 B
CMake
Raw Normal View History

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)