mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-31 11:19:18 +00:00
Fix linking against GNU Radio master
This commit is contained in:
parent
bcec8331e6
commit
6a625bdba6
@ -64,14 +64,6 @@ target_link_libraries(telemetry_decoder_adapters
|
|||||||
Gnuradio::runtime
|
Gnuradio::runtime
|
||||||
)
|
)
|
||||||
|
|
||||||
if(GNURADIO_USES_SPDLOG)
|
|
||||||
target_link_libraries(telemetry_decoder_adapters
|
|
||||||
PUBLIC
|
|
||||||
fmt::fmt
|
|
||||||
spdlog::spdlog
|
|
||||||
)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
target_include_directories(telemetry_decoder_adapters
|
target_include_directories(telemetry_decoder_adapters
|
||||||
PUBLIC
|
PUBLIC
|
||||||
${CMAKE_SOURCE_DIR}/src/core/interfaces
|
${CMAKE_SOURCE_DIR}/src/core/interfaces
|
||||||
|
@ -67,6 +67,14 @@ if(GNURADIO_USES_STD_POINTERS)
|
|||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if(GNURADIO_USES_SPDLOG)
|
||||||
|
target_link_libraries(telemetry_decoder_gr_blocks
|
||||||
|
PUBLIC
|
||||||
|
fmt::fmt
|
||||||
|
spdlog::spdlog
|
||||||
|
)
|
||||||
|
endif()
|
||||||
|
|
||||||
target_include_directories(telemetry_decoder_gr_blocks
|
target_include_directories(telemetry_decoder_gr_blocks
|
||||||
PUBLIC
|
PUBLIC
|
||||||
${CMAKE_SOURCE_DIR}/src/core/interfaces
|
${CMAKE_SOURCE_DIR}/src/core/interfaces
|
||||||
|
Loading…
Reference in New Issue
Block a user