Add stubs for a CLAP host proxy implementation

This commit is contained in:
Robbert van der Helm
2022-09-07 23:09:27 +02:00
parent bba5d34d41
commit 8c5fb448de
3 changed files with 131 additions and 0 deletions
+1
View File
@@ -81,6 +81,7 @@ if with_clap
host_sources += files(
'../common/logging/clap.cpp',
'../common/serialization/clap/plugin.cpp',
'bridges/clap-impls/host-proxy.cpp',
'bridges/clap.cpp',
)
endif