mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-16 00:13:55 +02:00
Add (for now, hardcoded) chainloader libraries
This commit is contained in:
@@ -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',
|
||||
)
|
||||
Reference in New Issue
Block a user