sudara / pamplejuce

A JUCE audio plugin template. JUCE 7, Catch2, Pluginval, macOS notarization, Azure Trusted Signing, Github Actions
https://melatonin.dev/blog/
MIT License
406 stars 39 forks source link

Refactor some of the hairier cmake stuff into includes #36

Closed sudara closed 1 year ago

sudara commented 1 year ago

Ideally the main CMake is user friendly and hides some of the complex stuff behind includes.

That way people can also decide not to include stuff they don't care about (IPP, Xcode, etc)

Also means I can more aggressively comment on the strange stuff without clogging up readability.