mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 09:51:57 -05: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)
|