mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-11-17 07:14:55 +00:00
7308745f05
Re-license CMake scripts with BSD-3-Clause
10 lines
316 B
CMake
10 lines
316 B
CMake
# GNSS-SDR is a Global Navigation Satellite System software-defined receiver.
|
|
# This file is part of GNSS-SDR.
|
|
#
|
|
# SPDX-FileCopyrightText: 2010-2020 C. Fernandez-Prades cfernandez(at)cttc.es
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
add_subdirectory(adapters)
|
|
add_subdirectory(gnuradio_blocks)
|
|
add_subdirectory(libs)
|