Skip to content

Commit

Permalink
Add gnuradio dependency to acquisition proprerty
Browse files Browse the repository at this point in the history
Needs gnuradio4 headers due to tag definitions being used.

Signed-off-by: Alexander Krimm <[email protected]>
  • Loading branch information
wirew0rm committed Nov 13, 2024
1 parent 2688de1 commit 58bc9fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/acquisition/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
add_library(od_acquisition INTERFACE)

target_link_libraries(od_acquisition INTERFACE gnuradio-core)
target_include_directories(od_acquisition INTERFACE $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>
$<INSTALL_INTERFACE:include/>)

Expand Down

0 comments on commit 58bc9fd

Please sign in to comment.