mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Linux: Enable ARA compilation
This commit is contained in:
parent
53619b927c
commit
82a31c9ccc
15 changed files with 28 additions and 18 deletions
|
|
@ -1910,7 +1910,8 @@ function(juce_add_pip header)
|
|||
|
||||
juce_add_plugin(${JUCE_PIP_NAME}
|
||||
FORMATS AU VST3
|
||||
IS_ARA_EFFECT TRUE)
|
||||
IS_ARA_EFFECT TRUE
|
||||
${extra_target_args})
|
||||
else()
|
||||
set(source_main "${JUCE_CMAKE_UTILS_DIR}/PIPAudioProcessor.cpp.in")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue