mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-16 21:20:34 +00:00
3257d8cba1
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. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
file_signal_source.cc | ||
file_signal_source.h | ||
gen_signal_source.cc | ||
gen_signal_source.h | ||
gn3s_signal_source.cc | ||
gn3s_signal_source.h | ||
nsr_file_signal_source.cc | ||
nsr_file_signal_source.h | ||
raw_array_signal_source.cc | ||
raw_array_signal_source.h | ||
rtlsdr_signal_source.cc | ||
rtlsdr_signal_source.h | ||
uhd_signal_source.cc | ||
uhd_signal_source.h |