mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-06 19:40:10 +02:00
Add minimal boilerplate for a CLAP plugin
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user