1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-28 15:55:06 +00:00
serenity/Userland/Applets/Keymap/CMakeLists.txt

13 lines
242 B
CMake

serenity_component(
Keymap.Applet
REQUIRED
TARGETS Keymap.Applet
)
set(SOURCES
KeymapStatusWindow.cpp
main.cpp
)
serenity_bin(Keymap.Applet)
target_link_libraries(Keymap.Applet LibGUI LibCore LibGfx LibMain LibKeyboard)