2020-12-30 13:35:06 +01: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 13:35:06 +01: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 17:25:42 +02:00
|
|
|
|
|
|
|
if(ENABLE_UNIT_TESTING_EXTRA OR ENABLE_SYSTEM_TESTING_EXTRA OR ENABLE_FPGA)
|
2020-02-18 19:39:53 +01:00
|
|
|
add_subdirectory(rinex-tools)
|
2018-10-16 22:42:19 +02:00
|
|
|
add_subdirectory(rinex2assist)
|
2018-11-24 18:40:34 +01:00
|
|
|
endif()
|