discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GNU Radio 3.8 OOT Linking (Migration from 3.7)


From: Andrej Rode
Subject: Re: GNU Radio 3.8 OOT Linking (Migration from 3.7)
Date: Tue, 21 Apr 2020 17:00:52 +0200

Hi, 

as a quite big difference to GNU Radio 3.7 the CMake does not set up
your project to blindly link to all of the GNU Radio libraries but you
have to also add in  `lib/CMakelists.txt` a
`target_link_library($my_oot_library gnuradio::gnuradio-filter)` to
link to gr-filter symbols.

The inital selection of components in `find_package` just limits the
list of imported CMake targets and thus the available components you
can ultimatively link to.

Cheers
Andrej

Attachment: pgpjRrrJqvtva.pgp
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]