mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
d3578fdf9b
New editing app for keymap files.
8 lines
161 B
CMake
8 lines
161 B
CMake
set(SOURCES
|
|
KeyboardMapperWidget.cpp
|
|
KeyButton.cpp
|
|
main.cpp
|
|
)
|
|
|
|
serenity_bin(KeyboardMapper)
|
|
target_link_libraries(KeyboardMapper LibGUI LibKeyboard)
|