mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 10:22:05 -05:00
ddeb0ab1ad
GUI application to manage Keyboard settings.
6 lines
118 B
CMake
6 lines
118 B
CMake
set(SOURCES
|
|
main.cpp
|
|
)
|
|
|
|
serenity_bin(KeyboardSettings)
|
|
target_link_libraries(KeyboardSettings LibGUI LibKeyboard)
|