mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 00:25:12 +00: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)
|