Re: [Discuss-gnuradio] GNURadio CMake question

2015-10-29 Thread Marcus Müller
Hi Damindra, I'm assuming you're looking at an out-of-tree (OOT) module that was generated with gr_modtool (i.e. that follows the usual CMake architecture). So, there's a CMakeLists.txt in your main folder and in lib/. When you look at the main CMakeLists.txt (I'm linking to an example here, [1])

[Discuss-gnuradio] GNURadio CMake question

2015-10-28 Thread Damindra Bandara
Hi, I am interested in adding an additional C library (shared object) into GNU Radio. In auto tools it would be equivalent to a LDFLAGS. I would be glad if I could know how to add a -lcustom library to cmake? Thank You, Damindra ___ Discuss-gnuradio m