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
@@ -77,6 +77,7 @@ if with_clap
'../common/notifications.cpp',
'../common/plugins.cpp',
'../common/process.cpp',
'../common/serialization/clap/plugin.cpp',
'../common/utils.cpp',
'../include/llvm/small-vector.cpp',
'bridges/clap.cpp',