mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-24 10:12:25 -05:00
18 lines
459 B
CMake
18 lines
459 B
CMake
serenity_component(
|
|
KeyboardSettings
|
|
REQUIRED
|
|
TARGETS KeyboardSettings
|
|
)
|
|
|
|
compile_gml(Keyboard.gml KeyboardWidgetGML.h keyboard_widget_gml)
|
|
compile_gml(KeymapDialog.gml KeymapDialogGML.h keymap_dialog_gml)
|
|
|
|
set(SOURCES
|
|
main.cpp
|
|
KeyboardSettingsWidget.cpp
|
|
KeyboardWidgetGML.h
|
|
KeymapDialogGML.h
|
|
)
|
|
|
|
serenity_app(KeyboardSettings ICON app-keyboard-settings)
|
|
target_link_libraries(KeyboardSettings LibGUI LibKeyboard LibConfig LibMain)
|