1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-11-18 16:15:21 +00:00

Change CMake target names to more meaningful ones, reflecting the code tree

This commit is contained in:
Carles Fernandez
2019-02-10 18:34:28 +01:00
parent c46cdcb188
commit 75bd492d96
37 changed files with 187 additions and 187 deletions

View File

@@ -37,7 +37,7 @@ target_include_directories(obs_adapters
target_link_libraries(obs_adapters
PUBLIC
obs_gr_blocks
gnss_sp_libs
algorithms_libs
PRIVATE
Gflags::gflags
Glog::glog

View File

@@ -37,13 +37,13 @@ target_link_libraries(obs_gr_blocks
PUBLIC
Boost::boost
Gnuradio::blocks
gnss_system_parameters
core_system_parameters
PRIVATE
Gflags::gflags
Glog::glog
Boost::filesystem
Matio::matio
gnss_sp_libs
algorithms_libs
)
set_property(TARGET obs_gr_blocks