Encapsulate the STDOUT/STDERR capturing

This commit is contained in:
Robbert van der Helm
2020-05-18 16:01:34 +02:00
parent 53acb1f78a
commit 8bd1dc8c50
4 changed files with 132 additions and 19 deletions
+4 -1
View File
@@ -94,7 +94,10 @@ host_sources = [
]
individual_host_sources = host_sources + ['src/wine-host/individual-host.cpp']
group_host_sources = host_sources + ['src/wine-host/group-host.cpp']
group_host_sources = host_sources + [
'src/wine-host/bridges/group.cpp',
'src/wine-host/group-host.cpp',
]
executable(
individual_host_name_64bit,