blob: edbabd23b2f8964e1fe9817826dc17fe8ad152fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
serenity_component(
Settings
REQUIRED
TARGETS Settings
)
set(SOURCES
main.cpp
)
serenity_app(Settings ICON app-settings)
target_link_libraries(Settings LibGUI LibDesktop)
|