This reverts commit b44fe4d13f
.
This commit is contained in:
parent
b44fe4d13f
commit
b6175e904a
@ -79,16 +79,11 @@ add_subdirectory(deps/juce EXCLUDE_FROM_ALL )
|
|||||||
|
|
||||||
|
|
||||||
# Extend JUCE with CLAP support from https://github.com/free-audio/clap-juce-extensions
|
# Extend JUCE with CLAP support from https://github.com/free-audio/clap-juce-extensions
|
||||||
option(PAULXSTRETCH_ENABLE_CLAP "Build clap format plugin " ON)
|
|
||||||
if (PAULXSTRETCH_ENABLE_CLAP)
|
|
||||||
add_subdirectory(deps/clap-juce-extensions EXCLUDE_FROM_ALL)
|
add_subdirectory(deps/clap-juce-extensions EXCLUDE_FROM_ALL)
|
||||||
endif()
|
|
||||||
|
|
||||||
|
|
||||||
set (FormatsToBuild VST3 Standalone)
|
|
||||||
if (PAULXSTRETCH_ENABLE_CLAP)
|
set (FormatsToBuild VST3 CLAP Standalone)
|
||||||
list (APPEND FormatsToBuild CLAP)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# On Mac, an AU version will be built too
|
# On Mac, an AU version will be built too
|
||||||
if (APPLE)
|
if (APPLE)
|
||||||
|
Loading…
Reference in New Issue
Block a user