1
0
Fork 0
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:
reuk 2021-10-20 20:46:02 +01:00
parent 1182024fc4
commit 61f3c1dd98
No known key found for this signature in database
GPG key ID: 9ADCD339CFC98A11
68 changed files with 2624 additions and 452 deletions

View file

@ -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: