Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
37 lines
908 B
Diff
37 lines
908 B
Diff
diff --git a/src-juce/CMakeLists.txt b/src-juce/CMakeLists.txt
|
|
index 1f41088..10bdbb4 100644
|
|
--- a/src-juce/CMakeLists.txt
|
|
+++ b/src-juce/CMakeLists.txt
|
|
@@ -1,28 +1,8 @@
|
|
# vi:set sw=2 et:
|
|
project(airwin-consolidated VERSION ${CMAKE_PROJECT_VERSION})
|
|
|
|
-include ("../cmake/CPM.cmake")
|
|
-
|
|
-
|
|
-if (DEFINED AWCO_ONJUCE7)
|
|
- set(AWCO_JUCETAG 7.0.12)
|
|
-else()
|
|
- set(AWCO_JUCETAG 8.0.4)
|
|
-endif()
|
|
-
|
|
-message(STATUS "Getting JUCE TAG ${AWCO_JUCETAG}")
|
|
-CPMAddPackage(
|
|
- NAME JUCE
|
|
- GITHUB_REPOSITORY juce-framework/JUCE
|
|
- GIT_TAG ${AWCO_JUCETAG} # specify the tag to a version of your choice
|
|
-)
|
|
-
|
|
-CPMAddPackage(
|
|
- NAME clap-juce-extensions
|
|
- GITHUB_REPOSITORY free-audio/clap-juce-extensions
|
|
- GIT_TAG main
|
|
- SUBMODULE_RECURSIVE ON
|
|
-)
|
|
+add_subdirectory(juce)
|
|
+add_subdirectory(clap-juce-extensions)
|
|
|
|
if (NOT DEFINED AWCO_ARM64EC)
|
|
list(APPEND AWCO_FORMATS VST3)
|
|
|