1
0
Fork 0
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:
attila 2022-07-28 11:08:40 +02:00 committed by Attila Szarvas
parent 53619b927c
commit 82a31c9ccc
15 changed files with 28 additions and 18 deletions

View file

@ -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")