A template repository that you can use for creating audio plugins with the JUCE C++ framework. It is based on CMake, uses CPM package manager, the JUCE C++ framework (obviously), and the GoogleTest framework. All of these are easy to change on demand. You can also base off your new repo off this template because the setup is very simple.
The Unlicense
107
stars
7
forks
source link
added commented auto copy functionality to cmake file #3
The correct way would be to use
add_custom_command
that is executed on the post build step, f.ex:For mac os there are no permissions involved when using the Library folder within the users workspace.