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
|
2012-12-24 02:33:50 +00:00
|
|
|
#
|
|
|
|
# This file is part of GNSS-SDR.
|
|
|
|
#
|
2020-02-08 00:20:02 +00:00
|
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
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)
|