mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-06 19:40:10 +02:00
Add a Vst3Bridge implementation file
This commit is contained in:
@@ -246,6 +246,12 @@ host_sources = [
|
||||
version_header,
|
||||
]
|
||||
|
||||
if with_vst3
|
||||
host_sources += [
|
||||
'src/wine-host/bridges/vst3.cpp'
|
||||
]
|
||||
endif
|
||||
|
||||
individual_host_sources = host_sources + ['src/wine-host/individual-host.cpp']
|
||||
group_host_sources = host_sources + [
|
||||
'src/wine-host/bridges/group.cpp',
|
||||
|
||||
Reference in New Issue
Block a user