mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 07:07:23 +00:00
13 lines
241 B
CMake
13 lines
241 B
CMake
serenity_component(
|
|
KeyboardSettings
|
|
REQUIRED
|
|
TARGETS KeyboardSettings
|
|
)
|
|
|
|
set(SOURCES
|
|
main.cpp
|
|
)
|
|
|
|
serenity_app(KeyboardSettings ICON app-keyboard-settings)
|
|
target_link_libraries(KeyboardSettings LibGUI LibKeyboard LibConfig)
|