mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-08 17:47:18 +00:00
14 lines
242 B
CMake
14 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)
|