discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: OOT modules config for versions


From: Ron Economos
Subject: Re: OOT modules config for versions
Date: Mon, 12 Jun 2023 00:57:01 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0

You just use find_package() now. Here's an example:

https://github.com/drmpeg/gr-atsc3/blob/master/CMakeLists.txt#L77

You also have to link to the modules in lib/CMakeLists.txt. Like so:

https://github.com/drmpeg/gr-atsc3/blob/master/lib/CMakeLists.txt#L42

Ron

On 6/12/23 00:01, Ali G. Dezfuli wrote:
Hi all,

I'd like to use libgnuradio-filter in my OOT module/blocks.
I've read the following link which is about configuring OOT modules for adding other parts of gnuradio:
https://wiki.gnuradio.org/index.php/OutOfTreeModulesConfig
I couldn't find the line:
set(GR_REQUIRED_COMPONENTS RUNTIME)
in the root cmakelists.txt file the OOT module (e.g. here gr-howto).

I wonder how I can manage that in newer versions.
Versions are:
GR v3.10.6.0
Ubuntu 22.04
Thank you very much!

reply via email to

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