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

set(SOURCES
    main.cpp
    Message.cpp
    SpiceAgent.cpp
)

serenity_bin(SpiceAgent)
target_link_libraries(SpiceAgent PRIVATE LibCore LibGfx LibGUI LibMain)
add_dependencies(SpiceAgent Clipboard)