mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-11 09:18:05 +03:00
9 lines
161 B
CMake
9 lines
161 B
CMake
set(SOURCES
|
|
KeyboardMapperWidget.cpp
|
|
KeyButton.cpp
|
|
main.cpp
|
|
)
|
|
|
|
serenity_bin(KeyboardMapper)
|
|
target_link_libraries(KeyboardMapper LibGUI LibKeyboard)
|