Add minimal boilerplate for a CLAP plugin

This commit is contained in:
Robbert van der Helm
2022-08-22 19:59:23 +02:00
parent 30060b814c
commit a172b0ad06
4 changed files with 120 additions and 1 deletions
+7
View File
@@ -5,6 +5,13 @@ option(
description : 'Build a 32-bit host application for hosting 32-bit plugins. See the readme for full instructions on how to use this.'
)
option(
'clap',
type : 'boolean',
value : true,
description : 'Whether to build the CLAP version of yabridge.'
)
option(
'system-asio',
type : 'boolean',