Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The cmake addition is great (thanks @showlabor)! I'd like to suggest making JUCE a submodule though. The way it is included via CPM now means it downloads around 250Mb every time a new build folder is created or JUCE gets updated. Adding it as a submodule with depth1 you end up with aprox 60Mb once, updates are incremental and it's independent from the build folder. This will also speed up potential pipeline builds.
- Loading branch information