summaryrefslogtreecommitdiff
path: root/Userland/Applications/Settings/CMakeLists.txt
blob: 772c0fbb3e30f533edaa74332c3e1a2ceff54905 (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 LibMain)