JUCE icon indicating copy to clipboard operation
JUCE copied to clipboard

Add new cmake function to generate plugin install rules

Open benthevining opened this issue 1 year ago • 0 comments
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.

benthevining avatar Jan 15 '24 10:01 benthevining