2018-05-13 20:49:11 +00:00
|
|
|
# Copyright (C) 2012-2018 (see AUTHORS file for a list of contributors)
|
2012-12-24 02:33:50 +00:00
|
|
|
#
|
|
|
|
# This file is part of GNSS-SDR.
|
|
|
|
#
|
|
|
|
# GNSS-SDR is free software: you can redistribute it and/or modify
|
|
|
|
# it under the terms of the GNU General Public License as published by
|
|
|
|
# the Free Software Foundation, either version 3 of the License, or
|
2014-06-28 01:55:57 +00:00
|
|
|
# (at your option) any later version.
|
2012-12-24 02:33:50 +00:00
|
|
|
#
|
|
|
|
# GNSS-SDR is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
# GNU General Public License for more details.
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU General Public License
|
2018-05-13 20:49:11 +00:00
|
|
|
# along with GNSS-SDR. If not, see <https://www.gnu.org/licenses/>.
|
2012-12-24 02:33:50 +00:00
|
|
|
#
|
|
|
|
|
2017-04-20 14:10:12 +00:00
|
|
|
add_subdirectory(rtklib)
|
2015-02-13 01:17:00 +00:00
|
|
|
|
2018-10-04 20:35:44 +00:00
|
|
|
set(GNSS_SPLIBS_SOURCES
|
2018-11-21 23:35:21 +00:00
|
|
|
gps_l2c_signal.cc
|
|
|
|
gps_l5_signal.cc
|
|
|
|
galileo_e1_signal_processing.cc
|
|
|
|
gnss_sdr_valve.cc
|
|
|
|
gnss_sdr_sample_counter.cc
|
|
|
|
gnss_signal_processing.cc
|
|
|
|
gps_sdr_signal_processing.cc
|
|
|
|
glonass_l1_signal_processing.cc
|
|
|
|
glonass_l2_signal_processing.cc
|
|
|
|
pass_through.cc
|
|
|
|
galileo_e5_signal_processing.cc
|
|
|
|
complex_byte_to_float_x2.cc
|
|
|
|
byte_x2_to_complex_byte.cc
|
|
|
|
cshort_to_float_x2.cc
|
|
|
|
short_x2_to_cshort.cc
|
|
|
|
complex_float_to_complex_byte.cc
|
|
|
|
conjugate_cc.cc
|
|
|
|
conjugate_sc.cc
|
|
|
|
conjugate_ic.cc
|
|
|
|
gnss_sdr_create_directory.cc
|
|
|
|
geofunctions.cc
|
2018-10-04 20:35:44 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
set(GNSS_SPLIBS_HEADERS
|
2018-11-21 23:35:21 +00:00
|
|
|
gps_l2c_signal.h
|
|
|
|
gps_l5_signal.h
|
|
|
|
galileo_e1_signal_processing.h
|
|
|
|
gnss_sdr_valve.h
|
|
|
|
gnss_sdr_sample_counter.h
|
|
|
|
gnss_signal_processing.h
|
|
|
|
gps_sdr_signal_processing.h
|
|
|
|
glonass_l1_signal_processing.h
|
|
|
|
glonass_l2_signal_processing.h
|
|
|
|
pass_through.h
|
|
|
|
galileo_e5_signal_processing.h
|
|
|
|
complex_byte_to_float_x2.h
|
|
|
|
byte_x2_to_complex_byte.h
|
|
|
|
cshort_to_float_x2.h
|
|
|
|
short_x2_to_cshort.h
|
|
|
|
complex_float_to_complex_byte.h
|
|
|
|
conjugate_cc.h
|
|
|
|
conjugate_sc.h
|
|
|
|
conjugate_ic.h
|
|
|
|
gnss_sdr_create_directory.h
|
|
|
|
gnss_circular_deque.h
|
|
|
|
geofunctions.h
|
2018-10-04 20:35:44 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
if(ENABLE_FPGA)
|
2018-11-21 23:35:21 +00:00
|
|
|
set(GNSS_SPLIBS_SOURCES
|
|
|
|
${GNSS_SPLIBS_SOURCES}
|
2018-10-04 20:35:44 +00:00
|
|
|
gnss_sdr_time_counter.cc
|
2018-08-10 09:53:40 +00:00
|
|
|
gnss_sdr_fpga_sample_counter.cc
|
2018-11-21 23:35:21 +00:00
|
|
|
)
|
|
|
|
set(GNSS_SPLIBS_HEADERS
|
|
|
|
${GNSS_SPLIBS_HEADERS}
|
2018-10-04 20:35:44 +00:00
|
|
|
gnss_sdr_time_counter.h
|
|
|
|
gnss_sdr_fpga_sample_counter.h
|
2018-11-21 23:35:21 +00:00
|
|
|
)
|
2018-11-24 17:40:34 +00:00
|
|
|
endif()
|
2015-04-30 07:18:15 +00:00
|
|
|
|
2013-10-01 20:32:04 +00:00
|
|
|
if(OPENCL_FOUND)
|
2018-04-30 18:15:00 +00:00
|
|
|
set(GNSS_SPLIBS_SOURCES ${GNSS_SPLIBS_SOURCES}
|
2018-11-21 23:35:21 +00:00
|
|
|
opencl/fft_execute.cc # Needs OpenCL
|
|
|
|
opencl/fft_setup.cc # Needs OpenCL
|
|
|
|
opencl/fft_kernelstring.cc # Needs OpenCL
|
2018-10-04 20:35:44 +00:00
|
|
|
)
|
2018-11-24 17:40:34 +00:00
|
|
|
endif()
|
2013-10-01 20:32:04 +00:00
|
|
|
|
2012-12-24 02:33:50 +00:00
|
|
|
include_directories(
|
2018-04-30 18:15:00 +00:00
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}
|
|
|
|
${CMAKE_SOURCE_DIR}/src/core/system_parameters
|
|
|
|
${CMAKE_SOURCE_DIR}/src/core/receiver
|
|
|
|
${CMAKE_SOURCE_DIR}/src/core/interfaces
|
|
|
|
${Boost_INCLUDE_DIRS}
|
|
|
|
${GLOG_INCLUDE_DIRS}
|
|
|
|
${GFlags_INCLUDE_DIRS}
|
2018-11-05 18:18:05 +00:00
|
|
|
${ARMADILLO_INCLUDE_DIRS}
|
2018-04-30 18:15:00 +00:00
|
|
|
${GNURADIO_RUNTIME_INCLUDE_DIRS}
|
|
|
|
${GNURADIO_BLOCKS_INCLUDE_DIRS}
|
|
|
|
${VOLK_INCLUDE_DIRS}
|
|
|
|
${VOLK_GNSSSDR_INCLUDE_DIRS}
|
2012-12-24 02:33:50 +00:00
|
|
|
)
|
|
|
|
|
2013-10-01 20:32:04 +00:00
|
|
|
if(OPENCL_FOUND)
|
2018-11-21 23:35:21 +00:00
|
|
|
include_directories(${OPENCL_INCLUDE_DIRS})
|
2018-04-30 18:15:00 +00:00
|
|
|
if(OS_IS_MACOSX)
|
|
|
|
set(OPT_LIBRARIES ${OPT_LIBRARIES} "-framework OpenCL")
|
2018-11-24 17:40:34 +00:00
|
|
|
else()
|
2018-04-30 18:15:00 +00:00
|
|
|
set(OPT_LIBRARIES ${OPT_LIBRARIES} ${OPENCL_LIBRARIES})
|
2018-11-24 17:40:34 +00:00
|
|
|
endif()
|
|
|
|
endif()
|
2013-10-01 20:32:04 +00:00
|
|
|
|
2018-02-18 11:23:55 +00:00
|
|
|
add_definitions(-DGNSSSDR_INSTALL_DIR="${CMAKE_INSTALL_PREFIX}")
|
|
|
|
|
2016-05-23 17:51:59 +00:00
|
|
|
list(SORT GNSS_SPLIBS_HEADERS)
|
2018-10-04 20:35:44 +00:00
|
|
|
list(SORT GNSS_SPLIBS_SOURCES)
|
|
|
|
|
2014-06-28 01:55:57 +00:00
|
|
|
add_library(gnss_sp_libs ${GNSS_SPLIBS_SOURCES} ${GNSS_SPLIBS_HEADERS})
|
|
|
|
source_group(Headers FILES ${GNSS_SPLIBS_HEADERS})
|
2013-11-15 17:45:24 +00:00
|
|
|
|
2018-11-21 23:35:21 +00:00
|
|
|
target_link_libraries(gnss_sp_libs
|
|
|
|
${GNURADIO_RUNTIME_LIBRARIES}
|
2018-04-30 18:15:00 +00:00
|
|
|
${VOLK_LIBRARIES} ${ORC_LIBRARIES}
|
|
|
|
${VOLK_GNSSSDR_LIBRARIES} ${ORC_LIBRARIES}
|
|
|
|
${GFlags_LIBS}
|
2018-11-05 18:18:05 +00:00
|
|
|
${ARMADILLO_LIBRARIES}
|
2018-04-30 18:15:00 +00:00
|
|
|
${GNURADIO_BLOCKS_LIBRARIES}
|
|
|
|
${GNURADIO_FFT_LIBRARIES}
|
|
|
|
${GNURADIO_FILTER_LIBRARIES}
|
|
|
|
${OPT_LIBRARIES}
|
|
|
|
gnss_rx
|
2013-11-15 17:45:24 +00:00
|
|
|
)
|
2015-02-13 01:17:00 +00:00
|
|
|
|
2018-11-24 17:40:34 +00:00
|
|
|
if(NOT VOLKGNSSSDR_FOUND)
|
2018-11-21 23:35:21 +00:00
|
|
|
add_dependencies(gnss_sp_libs volk_gnsssdr_module
|
|
|
|
armadillo-${armadillo_RELEASE})
|
2018-11-24 17:40:34 +00:00
|
|
|
else()
|
2018-11-05 18:18:05 +00:00
|
|
|
add_dependencies(gnss_sp_libs armadillo-${armadillo_RELEASE})
|
2018-11-24 17:40:34 +00:00
|
|
|
endif()
|
2018-02-18 11:23:55 +00:00
|
|
|
|
2018-02-18 21:48:47 +00:00
|
|
|
if(${GFLAGS_GREATER_20})
|
2018-04-30 18:15:00 +00:00
|
|
|
add_definitions(-DGFLAGS_GREATER_2_0=1)
|
2018-11-24 17:40:34 +00:00
|
|
|
endif()
|
2018-02-18 21:48:47 +00:00
|
|
|
|
2018-02-18 11:23:55 +00:00
|
|
|
add_library(gnss_sdr_flags gnss_sdr_flags.cc gnss_sdr_flags.h)
|
|
|
|
source_group(Headers FILES gnss_sdr_flags.h)
|
2018-04-30 17:53:20 +00:00
|
|
|
target_link_libraries(gnss_sdr_flags ${GFlags_LIBS})
|