Compiled with JUCE 7.0.9, ASIO and VST2/VST3
target_compile_definitions("${PROJECT_NAME}"
PUBLIC
# JUCE_WEB_BROWSER and JUCE_USE_CURL would be on by default, but you might not need them.
JUCE_WEB_BROWSER=0 # If you remove this, add NEEDS_WEB_BROWSER TRUE
to the juce_add_plugin
call
JUCE_USE_CURL=0 # If you remove this, add NEEDS_CURL TRUE
to the juce_add_plugin
call
JUCE_VST3_CAN_REPLACE_VST2=0
JUCE_WASAPI=0
JUCE_DIRECTSOUND=1
JUCE_ALSA=0
JUCE_ASIO=1
JUCE_QUICKTIME=0
JUCE_USE_CAMERA=0
JUCE_USE_CDBURNER=0
JUCE_USE_CDREADER=0
JUCE_USE_FLAC=0
JUCE_USE_OGGVORBIS=0
JUCE_PLUGINHOST_AU=0
JUCE_PLUGINHOST_VST=1
JUCE_PLUGINHOST_VST3=1
JUCE_DISPLAY_SPLASH_SCREEN=0
JUCE_REPORT_APP_USAGE=0
JUCE_MODAL_LOOPS_PERMITTED=1)