Hi,
I'm trying to expand the gr-osmosdr oot module using the funcube ( fcd,
fcdproplus ) modules. While gr-fcd formerly was a part of gnuradio and
disappeard in 3.8, fcdproplus was always a oot module.
In gnuradio >=3.8 oot modules provide gnuradio-{oot-name}Config.cmake
and some others.
Now I came across that using gr_modtool these files will be installed to
${GNURADIO_INSTALL_PREFIX}/lib/cmake/"Module name",
while some other oot's like gr-iqbal or gr-osmosdr put these files to
${GNURADIO_INSTALL_PREFIX}/lib/cmake/gnuradio.
This path has consequences how to find these modules later.
So my question:
What is the recommended path for these files.
Thanks in advance
-- Volker