Update JUCE library #1

Open
allanger wants to merge 17 commits from dev into main
3394 changed files with 423 additions and 1064547 deletions
Showing only changes of commit 2a78d3ff47 - Show all commits

View File

@ -39,7 +39,7 @@ endif()
project(PaulXStretch VERSION 1.7.1)
set(BUILDVERSION 112)
set_property(TARGET tgt PROPERTY CXX_STANDARD 23)
set(CXX_STANDARD 23)
# If you've installed JUCE somehow (via a package manager, or directly using the CMake install
# target), you'll need to tell this project that it depends on the installed copy of JUCE. If you've