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

set(SOURCES
    Providers.cpp
    FuzzyMatch.cpp
    main.cpp
    )

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