1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-13 16:56:52 +00:00
gnss-sdr/src
Carles Fernandez 3257d8cba1 Improving handling of optional processing blocks and linking libraries.
New options ENABLE_GN3S, ENABLE_RTLSDR, ENABLE_OPENCL, ENABLE_ARRAY and
ENABLE_GPERFTOOLS, all set by default to OFF. Users can enable that
features by 'cmake -DENABLE_XXX=ON ../ '. OpenCL is now not used by
default since it was giving problems in some platforms. Old variables
(RTSDR_DRIVER, GN3S_DRIVER, RAW_ARRAY_DRIVER and DISABLE_OPENCL) are
still honored and can be used in the same way, but the new ENABLE_XXX
are recommended for the sake of more uniform naming. Main CMakeFile.txt
has been rearranged, putting options first, then searching for the
required libraries, and then the optional ones. If Gperftools is enabled
and found, binaries are linked to the tcmalloc and profiler libraries,
and using the adequate flags. Fixed building in Mac OSX if Armadillo and
OpenBLAS were not installed in the system.
2014-08-07 21:04:01 +02:00
..
algorithms Improving handling of optional processing blocks and linking libraries. 2014-08-07 21:04:01 +02:00
core Improving handling of optional processing blocks and linking libraries. 2014-08-07 21:04:01 +02:00
main Improving handling of optional processing blocks and linking libraries. 2014-08-07 21:04:01 +02:00
tests Improving handling of optional processing blocks and linking libraries. 2014-08-07 21:04:01 +02:00
utils Improving handling of optional processing blocks and linking libraries. 2014-08-07 21:04:01 +02:00
CMakeLists.txt Towards a front-end frequency and sample rate calibration tool. VERY experimental yet. 2013-07-05 17:00:48 +00:00