|
|
@@ -20,7 +20,11 @@ |
|
|
|
#if JucePlugin_Build_AU |
|
|
|
#include "modules/juce_audio_plugin_client/AU/juce_AU_Wrapper.mm" |
|
|
|
#elif JucePlugin_Build_LV2 |
|
|
|
#include "modules/juce_audio_plugin_client/LV2/juce_LV2_Wrapper.cpp" |
|
|
|
#if JUCE_MAJOR_VERSION >= 7 |
|
|
|
#include "modules/juce_audio_plugin_client/LV2/juce_LV2_Client.cpp" |
|
|
|
#else |
|
|
|
#include "modules/juce_audio_plugin_client/LV2/juce_LV2_Wrapper.cpp" |
|
|
|
#endif |
|
|
|
#elif JucePlugin_Build_RTAS |
|
|
|
#include "modules/juce_audio_plugin_client/RTAS/juce_RTAS_Wrapper.cpp" |
|
|
|
#elif JucePlugin_Build_VST |
|
|
|