Friday, March 30, 2018

Re: [Discuss-gnuradio] OOT module with external cpp library

Hi Sami - In the file "lib/djiTools/CMakeLists.txt", there is an "add_library(djiTools ...)", which creates the "djiTools" library (and names it such for internal build purposes), but then that library isn't being used for anything else. I think in the file "lib/CMakeLists.txt", for the "gnuradio-djilink" library, you need to add "djiTools" to the "target_link_libraries(gnuradio-djilink ..." command. Maybe that's all that's needed? - MLD

On Fri, Mar 30, 2018, at 8:38 AM, Sami Mezhoud wrote:
Thanks for the quick reply.

So to be clear, I am trying to include external files & compiling them directly inside the GR OOT.

Here is the repo of the project:

Thanks you for the help,

No comments:

Post a Comment