1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-28 18:55:09 +00:00
serenity/Userland/Applications/KeyboardMapper/CMakeLists.txt
2021-01-12 12:05:23 +01:00

8 lines
161 B
CMake

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