I am working on a JUCE plugin that depends on a shared library (.dll or .so file), and I’d like these files to be bundled in my VST3, and the runpath is configured for that so that once the VST3 is installed, these shared libraries can be loaded.
Is there a way to do that through the CMake API? I use the juce_add_plugin function. If not, is there an alternative convention?
I found this relevant topic, but I could not find a working solution: