JUCE
JUCE copied to clipboard
Add new cmake function to generate plugin install rules
trafficstars
This PR adds a CMake function juce_install_plugin which creates install rules & components for each plugin format. Similar to the copy-after-build functionality, there are JUCE_<format>_INSTALL_DEST target properties for each format, which can be initialized with <format>_INSTALL_DEST arguments to juce_add_plugin.