mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-12-21 23:58:34 +00:00
Merge branch 'modern-cmake' of https://github.com/carlesfernandez/gnss-sdr into next
This commit is contained in:
@@ -143,6 +143,7 @@ target_link_libraries(gnss_rx
|
|||||||
rx_core_lib
|
rx_core_lib
|
||||||
core_monitor_lib
|
core_monitor_lib
|
||||||
PRIVATE
|
PRIVATE
|
||||||
|
Boost::chrono
|
||||||
Gflags::gflags
|
Gflags::gflags
|
||||||
Glog::glog
|
Glog::glog
|
||||||
signal_source_adapters
|
signal_source_adapters
|
||||||
|
|||||||
@@ -328,7 +328,9 @@ if(ENABLE_UNIT_TESTING)
|
|||||||
target_link_libraries(run_tests
|
target_link_libraries(run_tests
|
||||||
PUBLIC
|
PUBLIC
|
||||||
${CLANG_FLAGS}
|
${CLANG_FLAGS}
|
||||||
|
Boost::chrono
|
||||||
Boost::filesystem
|
Boost::filesystem
|
||||||
|
Boost::system
|
||||||
Armadillo::armadillo
|
Armadillo::armadillo
|
||||||
Gflags::gflags
|
Gflags::gflags
|
||||||
Glog::glog
|
Glog::glog
|
||||||
|
|||||||
Reference in New Issue
Block a user