gr-osmosdr/lib
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
..
airspy cmake: Go back CMake min ver. 3.8 by removing need for CMP0079 2020-08-02 22:17:05 +02:00
airspyhf cmake: Go back CMake min ver. 3.8 by removing need for CMP0079 2020-08-02 22:17:05 +02:00
bladerf cmake: Go back CMake min ver. 3.8 by removing need for CMP0079 2020-08-02 22:17:05 +02:00
fcd cmake: Go back CMake min ver. 3.8 by removing need for CMP0079 2020-08-02 22:17:05 +02:00
file cmake: Go back CMake min ver. 3.8 by removing need for CMP0079 2020-08-02 22:17:05 +02:00
freesrp cmake: Go back CMake min ver. 3.8 by removing need for CMP0079 2020-08-02 22:17:05 +02:00
hackrf cmake: Go back CMake min ver. 3.8 by removing need for CMP0079 2020-08-02 22:17:05 +02:00
miri cmake: Go back CMake min ver. 3.8 by removing need for CMP0079 2020-08-02 22:17:05 +02:00
osmosdr cmake: Go back CMake min ver. 3.8 by removing need for CMP0079 2020-08-02 22:17:05 +02:00
redpitaya cmake: Go back CMake min ver. 3.8 by removing need for CMP0079 2020-08-02 22:17:05 +02:00
rfspace build: Update build system to GR 3.8 standards 2020-02-16 09:52:00 +01:00
rtl cmake: Go back CMake min ver. 3.8 by removing need for CMP0079 2020-08-02 22:17:05 +02:00
rtl_tcp cmake: Go back CMake min ver. 3.8 by removing need for CMP0079 2020-08-02 22:17:05 +02:00
sdrplay cmake: Go back CMake min ver. 3.8 by removing need for CMP0079 2020-08-02 22:17:05 +02:00
soapy cmake: Go back CMake min ver. 3.8 by removing need for CMP0079 2020-08-02 22:17:05 +02:00
uhd cmake: Go back CMake min ver. 3.8 by removing need for CMP0079 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
arg_helpers.h osmo: minor build tweaks w/ rtl on msvc 2015-04-28 22:27:53 +02:00
config.h.in airspyhf: Add initial support for Airspy HF+ 2020-02-16 09:52:00 +01:00
device.cc airspyhf: Add initial support for Airspy HF+ 2020-02-16 09:52:00 +01:00
ranges.cc introduce osmosdr namespace, remove _c suffix 2013-05-30 16:14:22 +02:00
sink_iface.h introduce time & clock synchronisation APIs 2014-11-25 20:47:59 +01:00
sink_impl.cc lib/{source/sink}: Fix the set_sample_rate value return value if no change 2020-02-16 09:52:00 +01:00
sink_impl.h introduce time & clock synchronisation APIs 2014-11-25 20:47:59 +01:00
source_iface.h introduce time & clock synchronisation APIs 2014-11-25 20:47:59 +01:00
source_impl.cc lib/{source/sink}: Fix the set_sample_rate value return value if no change 2020-02-16 09:52:00 +01:00
source_impl.h introduce time & clock synchronisation APIs 2014-11-25 20:47:59 +01:00
time_spec.cc osmo: minor build tweaks w/ rtl on msvc 2015-04-28 22:27:53 +02:00