mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 09:30:24 +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)
|