gr-osmosdr/lib/bladerf
Piotr Krysik 8cf6840da1 cmake: Go back CMake min ver. 3.8 by removing need for CMP0079
CMake 3.13 is not present in older (~2 years old)
Linux distributions and GNU Radio requires min CMake
version 3.8.

All that is needed in order to avoid bumping CMake version
is to not use 'target_link_libraries' in subdirectories.
Here this is done by creating a list of needed
libraries and adding them for linking at the end (like
it was done in gr-osmosdr before porting to GNU Radio 3.8).

One thing that is lost here is 'PRIVATE' statement in case
of FCD libraries linking.

Signed-off-by: Eric Wild <ewild@sysmocom.de>
2020-08-02 22:17:05 +02:00
..
CMakeLists.txt cmake: Go back CMake min ver. 3.8 by removing need for CMP0079 2020-08-02 22:17:05 +02:00
bladerf_common.cc bladerf: update bladerf to catch up with libbladeRF 2018-08-15 19:53:26 +02:00
bladerf_common.h bladerf: compatibility with older libbladeRF 2018-08-15 19:53:26 +02:00
bladerf_compat.h bladerf: compatibility with older libbladeRF 2018-08-15 19:53:26 +02:00
bladerf_sink_c.cc bladeRF: add support for biastee on bladeRF micro 2018-08-15 19:53:26 +02:00
bladerf_sink_c.h bladeRF: add support for biastee on bladeRF micro 2018-08-15 19:53:26 +02:00
bladerf_source_c.cc bladerf: update bladerf to catch up with libbladeRF 2018-08-15 19:53:26 +02:00
bladerf_source_c.h bladeRF: add support for biastee on bladeRF micro 2018-08-15 19:53:26 +02:00