1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-07-02 09:53:15 +00:00
gnss-sdr/src/utils/CMakeLists.txt

16 lines
423 B
CMake
Raw Normal View History

2020-02-11 23:04:29 +00:00
# Copyright (C) 2010-2020 (see AUTHORS file for a list of contributors)
#
# GNSS-SDR is a software-defined Global Navigation Satellite Systems receiver
#
# This file is part of GNSS-SDR.
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
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)
add_subdirectory(rinex-tools)
add_subdirectory(rinex2assist)
2018-11-24 17:40:34 +00:00
endif()