mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-15 12:40:35 +00:00
Add Gflags::gflags private target
This commit is contained in:
parent
8ae72fe458
commit
d4da5d2879
@ -197,7 +197,6 @@ set(SIGNAL_SOURCE_ADAPTER_HEADERS
|
||||
${OPT_DRIVER_HEADERS}
|
||||
)
|
||||
|
||||
|
||||
if(PC_GNURADIO_RUNTIME_VERSION VERSION_GREATER 3.7.3)
|
||||
set(SIGNAL_SOURCE_ADAPTER_SOURCES ${SIGNAL_SOURCE_ADAPTER_SOURCES}
|
||||
two_bit_cpx_file_signal_source.cc
|
||||
@ -226,7 +225,6 @@ target_link_libraries(signal_source_adapters
|
||||
Boost::boost
|
||||
Gnuradio::runtime
|
||||
signal_source_gr_blocks
|
||||
${Boost_LIBRARIES}
|
||||
${GNURADIO_PMT_LIBRARIES}
|
||||
${GNURADIO_BLOCKS_LIBRARIES}
|
||||
${OPT_LIBRARIES}
|
||||
@ -234,6 +232,7 @@ target_link_libraries(signal_source_adapters
|
||||
gnss_rx
|
||||
signal_source_lib
|
||||
PRIVATE
|
||||
Gflags::gflags
|
||||
Glog::glog
|
||||
Volk::volk
|
||||
)
|
||||
|
@ -57,12 +57,6 @@ set(SIGNAL_SOURCE_GR_BLOCKS_HEADERS
|
||||
|
||||
|
||||
include_directories(
|
||||
#${CMAKE_CURRENT_SOURCE_DIR}
|
||||
#${CMAKE_SOURCE_DIR}/src/algorithms/signal_source/libs
|
||||
#${GLOG_INCLUDE_DIRS}
|
||||
#${GFlags_INCLUDE_DIRS}
|
||||
#${GNURADIO_RUNTIME_INCLUDE_DIRS}
|
||||
#${Boost_INCLUDE_DIRS}
|
||||
${OPT_DRIVER_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
@ -83,6 +77,7 @@ target_link_libraries(signal_source_gr_blocks
|
||||
Boost::thread
|
||||
${OPT_LIBRARIES}
|
||||
PRIVATE
|
||||
Gflags::gflags
|
||||
Glog::glog
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user