mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-16 16:33:55 +02:00
Interact with CLAP bridge in libyabridge-clap.so
This commit is contained in:
@@ -68,6 +68,20 @@ vst2_plugin_sources = files(
|
||||
|
||||
if with_clap
|
||||
clap_plugin_sources = files(
|
||||
'../common/communication/common.cpp',
|
||||
'../common/configuration.cpp',
|
||||
'../common/logging/clap.cpp',
|
||||
'../common/logging/common.cpp',
|
||||
'../common/audio-shm.cpp',
|
||||
'../common/linking.cpp',
|
||||
'../common/notifications.cpp',
|
||||
'../common/plugins.cpp',
|
||||
'../common/process.cpp',
|
||||
'../common/utils.cpp',
|
||||
'../include/llvm/small-vector.cpp',
|
||||
'bridges/clap.cpp',
|
||||
'host-process.cpp',
|
||||
'utils.cpp',
|
||||
'clap-plugin.cpp',
|
||||
)
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user