Add (for now, hardcoded) chainloader libraries

This commit is contained in:
Robbert van der Helm
2022-04-16 18:21:02 +02:00
parent 0487947d91
commit c2794831da
6 changed files with 355 additions and 11 deletions
+16
View File
@@ -0,0 +1,16 @@
# Like for the other libraries, the actual `shared_library()` call is in the
# main `meson.build` file so everything gets bundled to a single directory.
vst2_chainloader_sources = files(
'vst2-chainloader.cpp',
'../common/linking.cpp',
'../common/notifications.cpp',
'../common/process.cpp',
)
vst3_chainloader_sources = files(
'vst3-chainloader.cpp',
'../common/linking.cpp',
'../common/notifications.cpp',
'../common/process.cpp',
)