mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-14 12:10:34 +00:00
Include UHD path in the public interface of signal_source_adapters (fixes: #481)
This commit is contained in:
parent
816bd94379
commit
a669ecbfa3
@ -186,8 +186,7 @@ if(ENABLE_UHD)
|
|||||||
target_link_libraries(signal_source_adapters
|
target_link_libraries(signal_source_adapters
|
||||||
PUBLIC
|
PUBLIC
|
||||||
Gnuradio::uhd
|
Gnuradio::uhd
|
||||||
PRIVATE
|
Uhd::uhd # for uhd/config.hpp in gnuradio/uhd/usrp_source.h
|
||||||
Uhd::uhd
|
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user