Files
yabridge/meson_options.txt
T
Robbert van der Helm 18c00ddde7 Remove mentions of CMake
I don't think we'll be able to use a non-forked version of the VST3 SDK
any time soon.
2021-02-14 14:35:33 +01:00

28 lines
673 B
Meson

option(
'with-bitbridge',
type : 'boolean',
value : false,
description : 'Build a 32-bit host application for hosting 32-bit plugins. See the readme for full instructions on how to use this.'
)
option(
'with-static-boost',
type : 'boolean',
value : false,
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.'
)
option(
'with-winedbg',
type : 'boolean',
value : false,
description : 'Whether to run the Wine VST host with GDB attached. Might not always be reliable.'
)