mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-20 11:02:52 +02:00
Add a dependency for the VST3 SDK
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user