gnss-sdr/src/algorithms/PVT
Carles Fernandez d14e69ef5a
Do not pollute the source directory if the software is built from an out-of-source-tree directory
External sources and data are now always stored in a ./thirdparty folder under the building directory.

A copy of the generated binaries will be stored under gnss-sdr/install, if the building directory is inside the source tree, or in an ./install folder under the building directory if it is outside the source tree.
Fix a bug that broke compilation if the user configured the building without extra testing in a first instance, and then switched the testing buiding options to ON in a later build.

Fix extra test building if GPSTk was already installed and Boost >= 1.71
2020-06-12 20:51:26 +02:00
..
adapters Make use of target_sources(), make use of target propagation to reduce redundancy in dependencies, some fixes for Clang and CMake < 3.11. Use generic lambdas with auto 2020-06-08 20:04:01 +02:00
gnuradio_blocks Do not pollute the source directory if the software is built from an out-of-source-tree directory 2020-06-12 20:51:26 +02:00
libs Do not emit warnings due to Protocol Buffers generated code 2020-06-11 15:16:40 +02:00
CMakeLists.txt Improve headers 2020-02-12 00:04:29 +01:00