mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
LV2: Add initial client support
This commit is contained in:
parent
1182024fc4
commit
61f3c1dd98
68 changed files with 2624 additions and 452 deletions
|
|
@ -71,6 +71,8 @@ namespace build_tools
|
|||
case Type::ConsoleApp:
|
||||
case Type::StaticLibrary:
|
||||
case Type::DynamicLibrary:
|
||||
case Type::LV2PlugIn:
|
||||
case Type::LV2TurtleProgram:
|
||||
case Type::SharedCodeTarget:
|
||||
case Type::AggregateTarget:
|
||||
case Type::unspecified:
|
||||
|
|
@ -101,6 +103,8 @@ namespace build_tools
|
|||
case Type::ConsoleApp:
|
||||
case Type::StaticLibrary:
|
||||
case Type::DynamicLibrary:
|
||||
case Type::LV2PlugIn:
|
||||
case Type::LV2TurtleProgram:
|
||||
case Type::SharedCodeTarget:
|
||||
case Type::AggregateTarget:
|
||||
case Type::unspecified:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue