Hello everyone, I am trying to develop a custom Out Of Tree module that uses an external cpp SDK. I managed to include the SDK sources in `lib/CMakeLists.txt` so that it compiles. The problem is that if I include in the block implementation a header from the SDK, when it is executed in gnuradio, I get the following error: ``` AttributeError: 'module' object has no attribute 'foobar' ```
Does anyone had anyone had a similar issue ? Am I forgetting something ? Thank you, Sami
_______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
