I am writing an out-of-tree module and have used the gr_modtool to
generate
the module and block skeletons. All the block source files include a
config.h file, but I have not been able to find documentation of its use
or
location anywhere.
These config.h files are usually generated by the build process, and
provide information about the system you’re building on. CMake handles
that a bit differently, so we don’t really use these anymore.
We could of course generate such a file with CMake, but we currently
don’t.
Cheers,
M
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.