1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-11-06 18:23:05 +00:00

Improve headers

This commit is contained in:
Carles Fernandez
2020-02-12 00:04:29 +01:00
parent cb95c65d19
commit 2ded19342f
193 changed files with 518 additions and 163 deletions

View File

@@ -1,4 +1,6 @@
# Copyright (C) 2012-2019 (see AUTHORS file for a list of contributors)
# Copyright (C) 2012-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.
#

View File

@@ -1,4 +1,6 @@
# Copyright (C) 2012-2019 (see AUTHORS file for a list of contributors)
# Copyright (C) 2012-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.
#
@@ -19,14 +21,12 @@ add_library(obs_adapters ${OBS_ADAPTER_SOURCES} ${OBS_ADAPTER_HEADERS})
target_include_directories(obs_adapters
PUBLIC
${CMAKE_SOURCE_DIR}/src/algorithms/libs
${CMAKE_SOURCE_DIR}/src/core/interfaces
)
target_link_libraries(obs_adapters
PUBLIC
obs_gr_blocks
algorithms_libs
PRIVATE
gnss_sdr_flags
observables_libs

View File

@@ -1,4 +1,6 @@
# Copyright (C) 2012-2019 (see AUTHORS file for a list of contributors)
# Copyright (C) 2012-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.
#

View File

@@ -1,4 +1,6 @@
# Copyright (C) 2012-2019 (see AUTHORS file for a list of contributors)
# Copyright (C) 2012-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.
#