Hi,
When adding files to a Juce project (using Projucer), can I place the new files in a folder outside the Juce project folder?
I would like to share some classes with multiple Juce projects.
Hi,
When adding files to a Juce project (using Projucer), can I place the new files in a folder outside the Juce project folder?
I would like to share some classes with multiple Juce projects.
You could put the common code into your own ‘module’ which is shared between projects.
There are details on the module format in the docs folder in the JUCE repository.
i’m still rooting for the projucer one day having the feature to let people make their own templates