mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-07-19 02:12:55 +00:00
Fix building until gnss-sdr
This commit is contained in:
parent
1313edd716
commit
50cfb6cdf5
@ -35,15 +35,14 @@ add_library(channel_libs ${CHANNEL_FSM_SOURCES} ${CHANNEL_FSM_HEADERS})
|
|||||||
|
|
||||||
target_link_libraries(channel_libs
|
target_link_libraries(channel_libs
|
||||||
PUBLIC
|
PUBLIC
|
||||||
|
core_libs
|
||||||
|
core_system_parameters
|
||||||
Gnuradio::runtime
|
Gnuradio::runtime
|
||||||
Gnuradio::pmt
|
Gnuradio::pmt
|
||||||
core_system_parameters
|
|
||||||
core_receiver
|
|
||||||
PRIVATE
|
PRIVATE
|
||||||
Boost::boost
|
Boost::boost
|
||||||
Gflags::gflags
|
Gflags::gflags
|
||||||
Glog::glog
|
Glog::glog
|
||||||
core_receiver
|
|
||||||
)
|
)
|
||||||
|
|
||||||
if(ENABLE_CLANG_TIDY)
|
if(ENABLE_CLANG_TIDY)
|
||||||
|
@ -25,6 +25,7 @@ set(CORE_LIBS_SOURCES
|
|||||||
gnss_sdr_supl_client.cc
|
gnss_sdr_supl_client.cc
|
||||||
gnss_sdr_sample_counter.cc
|
gnss_sdr_sample_counter.cc
|
||||||
channel_status_msg_receiver.cc
|
channel_status_msg_receiver.cc
|
||||||
|
channel_event.cc
|
||||||
)
|
)
|
||||||
|
|
||||||
set(CORE_LIBS_HEADERS
|
set(CORE_LIBS_HEADERS
|
||||||
@ -34,6 +35,7 @@ set(CORE_LIBS_HEADERS
|
|||||||
gnss_sdr_supl_client.h
|
gnss_sdr_supl_client.h
|
||||||
gnss_sdr_sample_counter.h
|
gnss_sdr_sample_counter.h
|
||||||
channel_status_msg_receiver.h
|
channel_status_msg_receiver.h
|
||||||
|
channel_event.h
|
||||||
)
|
)
|
||||||
|
|
||||||
if(ENABLE_FPGA)
|
if(ENABLE_FPGA)
|
||||||
|
@ -24,7 +24,6 @@ set(GNSS_RECEIVER_SOURCES
|
|||||||
gnss_flowgraph.cc
|
gnss_flowgraph.cc
|
||||||
in_memory_configuration.cc
|
in_memory_configuration.cc
|
||||||
tcp_cmd_interface.cc
|
tcp_cmd_interface.cc
|
||||||
channel_event.cc
|
|
||||||
command_event.cc
|
command_event.cc
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -38,7 +37,6 @@ set(GNSS_RECEIVER_HEADERS
|
|||||||
concurrent_map.h
|
concurrent_map.h
|
||||||
concurrent_queue.h
|
concurrent_queue.h
|
||||||
control_message.h
|
control_message.h
|
||||||
channel_event.h
|
|
||||||
command_event.h
|
command_event.h
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user