Skip to content

Commit

Permalink
SpiceAgent: Add Clipboard as a build dependency
Browse files Browse the repository at this point in the history
SpiceAgent depends on header files built as part of the Clipboard
target.
  • Loading branch information
gunnarbeutner committed Jul 15, 2021
1 parent 39e622c commit 56cbd00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Userland/Services/SpiceAgent/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ set(SOURCES

serenity_bin(SpiceAgent)
target_link_libraries(SpiceAgent LibGfx LibCore LibIPC)
add_dependencies(SpiceAgent Clipboard)

0 comments on commit 56cbd00

Please sign in to comment.