Add a Boost.Process-like environment builder

We can use this with the `exec*e()` family of functions.
This commit is contained in:
Robbert van der Helm
2022-04-10 23:23:34 +02:00
parent 556b0e38f9
commit 0d6738093c
4 changed files with 150 additions and 0 deletions
+1
View File
@@ -64,6 +64,7 @@ host_common_sources = files(
'../common/logging/vst2.cpp',
'../common/audio-shm.cpp',
'../common/plugins.cpp',
'../common/process.cpp',
'../common/utils.cpp',
'bridges/common.cpp',
'bridges/vst2.cpp',