airspy: fix cmake target_link_libraries

From: Clayton Smith <argilo@gmail.com>
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
Clayton Smith 2020-01-26 21:34:39 -05:00 committed by Sylvain Munaut
parent 743cac795e
commit 96dc33adf1
1 changed files with 1 additions and 1 deletions

View File

@ -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}
)