summaryrefslogtreecommitdiff
path: root/Userland/Applications/Assistant/CMakeLists.txt
blob: 5db6ae2b469eb7c1041fd104e5e9fdfceb9a8fcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
serenity_component(
    Assistant
    RECOMMENDED
    TARGETS Assistant
)

set(SOURCES
    Providers.cpp
    main.cpp
    )

serenity_app(Assistant ICON app-run)
target_link_libraries(Assistant LibCore LibDesktop LibGUI LibJS LibMain LibThreading)