Simplify juce-au handling
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
46ef748136
commit
fdca56ecfa
2 changed files with 7 additions and 3 deletions
|
@ -1,7 +1,13 @@
|
|||
cmake_minimum_required(VERSION 3.15)
|
||||
project(Cardinal VERSION 23.04)
|
||||
|
||||
add_subdirectory(JUCE)
|
||||
include(FetchContent)
|
||||
FetchContent_Declare(JUCE
|
||||
GIT_REPOSITORY https://github.com/DISTRHO/JUCE.git
|
||||
GIT_TAG v6.1.6
|
||||
GIT_SHALLOW TRUE
|
||||
)
|
||||
FetchContent_MakeAvailable(JUCE)
|
||||
|
||||
# Config
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue