mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
7 lines
118 B
CMake
7 lines
118 B
CMake
set(SOURCES
|
|
main.cpp
|
|
)
|
|
|
|
serenity_bin(KeyboardSettings)
|
|
target_link_libraries(KeyboardSettings LibGUI LibKeyboard)
|