2020-12-30 12:35:06 +00:00
|
|
|
# GNSS-SDR is a Global Navigation Satellite System software-defined receiver.
|
2013-07-05 17:00:48 +00:00
|
|
|
# This file is part of GNSS-SDR.
|
|
|
|
#
|
2020-12-30 12:35:06 +00:00
|
|
|
# SPDX-FileCopyrightText: 2010-2020 C. Fernandez-Prades cfernandez(at)cttc.es
|
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
|
2013-07-05 17:00:48 +00:00
|
|
|
|
|
|
|
add_subdirectory(front-end-cal)
|
2018-10-16 15:25:42 +00:00
|
|
|
|
|
|
|
if(ENABLE_UNIT_TESTING_EXTRA OR ENABLE_SYSTEM_TESTING_EXTRA OR ENABLE_FPGA)
|
2020-02-18 18:39:53 +00:00
|
|
|
add_subdirectory(rinex-tools)
|
2018-10-16 20:42:19 +00:00
|
|
|
add_subdirectory(rinex2assist)
|
2018-11-24 17:40:34 +00:00
|
|
|
endif()
|