Add functions for registering CLAP plugin proxies

This commit is contained in:
Robbert van der Helm
2022-09-09 14:51:59 +02:00
parent bacda47671
commit a9bb60772d
6 changed files with 79 additions and 58 deletions
+2
View File
@@ -77,9 +77,11 @@ if with_clap
'../common/notifications.cpp',
'../common/plugins.cpp',
'../common/process.cpp',
'../common/serialization/clap/host.cpp',
'../common/serialization/clap/plugin.cpp',
'../common/utils.cpp',
'../include/llvm/small-vector.cpp',
'bridges/clap-impls/plugin-proxy.cpp',
'bridges/clap-impls/plugin-factory-proxy.cpp',
'bridges/clap.cpp',
'host-process.cpp',