Skip to content

Commit

Permalink
Bump JUCE version
Browse files Browse the repository at this point in the history
  • Loading branch information
ellapollack committed Feb 4, 2022
1 parent 7e71fa6 commit 2477771
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +0,0 @@
[submodule "JUCE"]
path = JUCE
url = https://github.com/juce-framework/JUCE.git
branch = juce6
9 changes: 8 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@ cmake_minimum_required(VERSION 3.15)
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.11" CACHE STRING "Minimum OS X deployment version" FORCE)

project(Repitch VERSION 0.4.0)
add_subdirectory(JUCE)

include(FetchContent)
FetchContent_Declare(
JUCE
GIT_REPOSITORY https://github.com/juce-framework/JUCE.git
GIT_TAG 6.1.5
)
FetchContent_MakeAvailable(JUCE)

juce_add_plugin(Repitch
ICON_BIG "icon.png"
Expand Down
1 change: 0 additions & 1 deletion JUCE
Submodule JUCE deleted from 98c19f

0 comments on commit 2477771

Please sign in to comment.