ladybird/Userland/Applications/KeyboardMapper/CMakeLists.txt
2021-01-12 12:05:23 +01:00

9 lines
161 B
CMake

set(SOURCES
KeyboardMapperWidget.cpp
KeyButton.cpp
main.cpp
)
serenity_bin(KeyboardMapper)
target_link_libraries(KeyboardMapper LibGUI LibKeyboard)