2020-12-30 12:35:06 +00:00
|
|
|
# GNSS-SDR is a Global Navigation Satellite System software-defined receiver.
|
2012-12-24 02:33:50 +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
|
|
|
|
|
2012-12-24 02:33:50 +00:00
|
|
|
|
|
|
|
add_subdirectory(algorithms)
|
|
|
|
add_subdirectory(core)
|
|
|
|
add_subdirectory(main)
|
2016-10-01 23:59:12 +00:00
|
|
|
if(ENABLE_UNIT_TESTING OR ENABLE_SYSTEM_TESTING)
|
|
|
|
add_subdirectory(tests)
|
2018-11-24 17:40:34 +00:00
|
|
|
endif()
|
2013-07-05 17:00:48 +00:00
|
|
|
add_subdirectory(utils)
|