Skip to content

Commit

Permalink
pd: start implementing support for clock
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Nov 26, 2024
1 parent b2062a4 commit 53e5de4
Show file tree
Hide file tree
Showing 3 changed files with 265 additions and 87 deletions.
2 changes: 1 addition & 1 deletion cmake/avendish.sources.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ function(avnd_target_setup AVND_FX_TARGET)
CXX_VISIBILITY_PRESET internal
)

target_link_libraries(${AVND_FX_TARGET} PUBLIC Boost::boost)
target_link_libraries(${AVND_FX_TARGET} PUBLIC Boost::boost concurrentqueue)
endfunction()

function(avnd_common_setup AVND_TARGET AVND_FX_TARGET)
Expand Down
Loading

0 comments on commit 53e5de4

Please sign in to comment.