Add a define for VST3 support

This commit is contained in:
Robbert van der Helm
2020-12-01 23:55:40 +01:00
parent 969ad75da5
commit cf72c13579
+4
View File
@@ -49,6 +49,10 @@ if with_winedbg
compiler_options += '-DWITH_WINEDBG'
endif
if with_vst3
compiler_options += '-DWITH_VST3'
endif
# Generate header files for configuration variables such as the current git tag
# and the name of the host binary
subdir('src/common/config')