Add a dependency for the VST3 SDK

This commit is contained in:
Robbert van der Helm
2020-11-28 15:16:44 +01:00
parent 4291083a46
commit 18571bca5d
5 changed files with 40 additions and 0 deletions
+7
View File
@@ -12,6 +12,13 @@ option(
description : 'Enable static linking for Boost. Needed when distributing the binaries to other systems.'
)
option(
'with-vst3',
type : 'boolean',
value : true,
description : 'Whether to build the VST3 version of yabridge. This requires CMake to be installed.'
)
option(
'with-winedbg',
type : 'boolean',