Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JUCE as a submodule #335

Merged
merged 1 commit into from
Apr 5, 2022
Merged

JUCE as a submodule #335

merged 1 commit into from
Apr 5, 2022

Commits on Apr 4, 2022

  1. JUCE as a submodule

    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.
    haenkel committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    e78a8ad View commit details
    Browse the repository at this point in the history