mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-06 19:40:10 +02:00
Don't use CMake for the VST3 SDK
This can't work yet.
This commit is contained in:
@@ -12,6 +12,13 @@ option(
|
||||
description : 'Enable static linking for Boost. Needed when distributing the binaries to other systems.'
|
||||
)
|
||||
|
||||
# NOTE: Right now this does not actually require CMake. Because of a limitation
|
||||
# in Meson we can't use the original build definitions just yet. For the
|
||||
# time being we have just written our own meson.build to replace the SDK's
|
||||
# CMake project. Once Meson allows mixing native and cross compiled CMake
|
||||
# subprojects the commit that added this notice can be reverted.
|
||||
#
|
||||
# https://github.com/mesonbuild/meson/issues/8043
|
||||
option(
|
||||
'with-vst3',
|
||||
type : 'boolean',
|
||||
|
||||
Reference in New Issue
Block a user