forked from sdr/gr-osmosdr
airspy: fix cmake target_link_libraries
From: Clayton Smith <argilo@gmail.com> Signed-off-by: Sylvain Munaut <tnt@246tNt.com>gr3.8
parent
743cac795e
commit
96dc33adf1
|
@ -27,7 +27,7 @@ target_include_directories(gnuradio-osmosdr PRIVATE
|
|||
)
|
||||
|
||||
target_link_libraries(gnuradio-osmosdr
|
||||
gnuradio::filter
|
||||
gnuradio::gnuradio-filter
|
||||
${Gnuradio-blocks_LIBRARIES}
|
||||
${LIBAIRSPY_LIBRARIES}
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue