Define plugin and chainloader deps in own dir

Just like we already did for the plugin host.
This commit is contained in:
Robbert van der Helm
2022-04-16 23:00:25 +02:00
parent 6c815f4ca4
commit 4d9e865dd3
3 changed files with 39 additions and 38 deletions
+8
View File
@@ -1,6 +1,14 @@
# 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.
chainloader_deps = [
configuration_dep,
dl_dep,
ghc_filesystem_dep,
rt_dep,
]
vst2_chainloader_sources = files(
'../common/logging/common.cpp',
'../common/linking.cpp',