mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-07 19:57:45 +03:00
493f604dba
Rename ClipboardServerConnection=>ConnectionToClipboardServer. This was done with CLion's automatic rename feature.
15 lines
272 B
CMake
15 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)
|