mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 18:02:05 -05:00
14 lines
270 B
CMake
14 lines
270 B
CMake
serenity_component(
|
|
SpiceAgent
|
|
TARGETS SpiceAgent
|
|
)
|
|
|
|
set(SOURCES
|
|
main.cpp
|
|
SpiceAgent.cpp
|
|
ClipboardServerConnection.cpp
|
|
)
|
|
|
|
serenity_bin(SpiceAgent)
|
|
target_link_libraries(SpiceAgent LibGfx LibCore LibIPC LibMain)
|
|
add_dependencies(SpiceAgent Clipboard)
|