1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 19:27:35 +00:00

SpiceAgent: Add Clipboard as a build dependency

SpiceAgent depends on header files built as part of the Clipboard
target.
This commit is contained in:
Gunnar Beutner 2021-07-15 10:31:54 +02:00 committed by Gunnar Beutner
parent 39e622c400
commit 56cbd00e94

View file

@ -11,3 +11,4 @@ set(SOURCES
serenity_bin(SpiceAgent)
target_link_libraries(SpiceAgent LibGfx LibCore LibIPC)
add_dependencies(SpiceAgent Clipboard)