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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user