Do you have any recommendations on creating a pipeline for developing a plugin? How might one consume this project for plugin development?
I believe a plugin developer needs to include mha_plugin.hh and link to libopenmha.*, correct?
Am I correct that neither the pre-compiled binary package nor the install target exposes mha_plugin.hh? If so, would you recommend that a plugin developer explicitly includes ${openmha_root}/mha/libmha/src in their build-system?
Hello!
What a fascinating project!
Do you have any recommendations on creating a pipeline for developing a plugin? How might one consume this project for plugin development?
I believe a plugin developer needs to include mha_plugin.hh and link to libopenmha.*, correct?
Am I correct that neither the pre-compiled binary package nor the install target exposes mha_plugin.hh? If so, would you recommend that a plugin developer explicitly includes ${openmha_root}/mha/libmha/src in their build-system?
Thanks for your help.