discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] accessing gr-blocks, gr-filter, gr-digital, etc.


From: Tom Rondeau
Subject: Re: [Discuss-gnuradio] accessing gr-blocks, gr-filter, gr-digital, etc. in out-of-tree module
Date: Thu, 18 Apr 2013 12:28:42 -0400

On Thu, Apr 18, 2013 at 12:15 PM, Sean Nowlan
<address@hidden> wrote:
> How does one setup cmake to find gr-blocks, gr-filter, etc. in out-of-tree
> modules? Is there already a cmake routine for this, or should I copy
> <gr-newmod>/cmake/Modules/FindGnuradioCore.cmake and plug in the right
> names?
>
> --sean

There's a new FindGnuradio.cmake script, and I'm working on improving
it to make it more usable by out of tree projects exactly for this
purpose. You set(GR_REQUIRED_MODULES ...) and list, in all caps, which
components you want (RUNTIME, BLOCKS, FILTER, etc). It will find them,
setup some variables, and fail if they aren't installed on your
system. If you don't set this variable, it defaults to searching for
everything.

As I said, though, I'm working on it to make it more easily usable, so
some things about it might change. Also, can't remember if this is in
master or just on next off the top of my head...

Tom



reply via email to

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