mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 03:57:15 +02:00
13 lines
197 B
CMake
13 lines
197 B
CMake
serenity_component(
|
|
Settings
|
|
REQUIRED
|
|
TARGETS Settings
|
|
)
|
|
|
|
set(SOURCES
|
|
main.cpp
|
|
)
|
|
|
|
serenity_app(Settings ICON app-settings)
|
|
target_link_libraries(Settings LibGUI LibDesktop LibMain)
|