1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-09-27 06:38:23 +00:00

Add Boost::chrono target

This commit is contained in:
Carles Fernandez 2019-02-05 00:48:21 +01:00
parent f509ebe49c
commit c14e300afa
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D
2 changed files with 3 additions and 0 deletions

View File

@ -143,6 +143,7 @@ target_link_libraries(gnss_rx
rx_core_lib
core_monitor_lib
PRIVATE
Boost::chrono
Gflags::gflags
Glog::glog
signal_source_adapters

View File

@ -328,7 +328,9 @@ if(ENABLE_UNIT_TESTING)
target_link_libraries(run_tests
PUBLIC
${CLANG_FLAGS}
Boost::chrono
Boost::filesystem
Boost::system
Armadillo::armadillo
Gflags::gflags
Glog::glog