mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-10 04:30:12 +02:00
Add a Boost.Process-like environment builder
We can use this with the `exec*e()` family of functions.
This commit is contained in:
@@ -10,6 +10,7 @@ vst2_plugin_sources = files(
|
||||
'../common/logging/vst2.cpp',
|
||||
'../common/audio-shm.cpp',
|
||||
'../common/plugins.cpp',
|
||||
'../common/process.cpp',
|
||||
'../common/utils.cpp',
|
||||
'bridges/vst2.cpp',
|
||||
'host-process.cpp',
|
||||
@@ -79,6 +80,7 @@ vst3_plugin_sources = files(
|
||||
'../common/audio-shm.cpp',
|
||||
'../common/configuration.cpp',
|
||||
'../common/plugins.cpp',
|
||||
'../common/process.cpp',
|
||||
'../common/utils.cpp',
|
||||
'bridges/vst3.cpp',
|
||||
'bridges/vst3-impls/plugin-factory-proxy.cpp',
|
||||
|
||||
Reference in New Issue
Block a user