mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 13:28:11 +00:00
14 lines
262 B
CMake
14 lines
262 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)
|
|
add_dependencies(SpiceAgent Clipboard)
|