mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 15:28:11 +00:00

Rename ClipboardServerConnection=>ConnectionToClipboardServer. This was done with CLion's automatic rename feature.
14 lines
272 B
CMake
14 lines
272 B
CMake
serenity_component(
|
|
SpiceAgent
|
|
TARGETS SpiceAgent
|
|
)
|
|
|
|
set(SOURCES
|
|
main.cpp
|
|
SpiceAgent.cpp
|
|
ConnectionToClipboardServer.cpp
|
|
)
|
|
|
|
serenity_bin(SpiceAgent)
|
|
target_link_libraries(SpiceAgent LibGfx LibCore LibIPC LibMain)
|
|
add_dependencies(SpiceAgent Clipboard)
|