mirror of
https://github.com/RGBCube/serenity
synced 2025-05-20 14:55:08 +00:00
14 lines
279 B
CMake
14 lines
279 B
CMake
serenity_component(
|
|
KeyboardMapper
|
|
RECOMMENDED
|
|
TARGETS KeyboardMapper
|
|
)
|
|
|
|
set(SOURCES
|
|
KeyboardMapperWidget.cpp
|
|
KeyButton.cpp
|
|
main.cpp
|
|
)
|
|
|
|
serenity_app(KeyboardMapper ICON app-keyboard-mapper)
|
|
target_link_libraries(KeyboardMapper LibGUI LibKeyboard LibMain)
|