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: > https://github.com/sunytux/gr-djilink > > Thanks you for the help,
_______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
