Add a CLAP chainloader

The functions it's supposed to load however don't exist yet.
This commit is contained in:
Robbert van der Helm
2022-08-23 15:55:12 +02:00
parent 98bb4a019b
commit ffad63d439
4 changed files with 188 additions and 10 deletions
+9 -10
View File
@@ -314,16 +314,15 @@ if with_clap
dependencies : clap_plugin_deps,
cpp_args : compiler_options,
)
# TODO: Chainloader
# shared_library(
# 'yabridge-chainloader-clap',
# clap_chainloader_sources,
# native : true,
# dependencies : chainloader_deps,
# cpp_args : compiler_options + chainloader_compiler_options,
# # See above
# override_options : ['b_lto=true'],
# )
shared_library(
'yabridge-chainloader-clap',
clap_chainloader_sources,
native : true,
dependencies : clap_chainloader_deps,
cpp_args : compiler_options + chainloader_compiler_options,
# See above
override_options : ['b_lto=true'],
)
endif
if with_vst3