Add serialization for CLAP plugin descriptors

This commit is contained in:
Robbert van der Helm
2022-08-30 17:01:52 +02:00
parent 38187241d4
commit 653a3a88cb
5 changed files with 194 additions and 1 deletions
+1
View File
@@ -80,6 +80,7 @@ host_sources = files(
if with_clap
host_sources += files(
'../common/logging/clap.cpp',
'../common/serialization/clap/plugin.cpp',
'bridges/clap.cpp',
)
endif