mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Projucer: Generate moduleinfo.json file during VST3 build
This commit is contained in:
parent
0032e1ec86
commit
b8f116c5c5
10 changed files with 310 additions and 95 deletions
|
|
@ -78,7 +78,8 @@ namespace build_tools
|
|||
case Type::StaticLibrary:
|
||||
case Type::DynamicLibrary:
|
||||
case Type::LV2PlugIn:
|
||||
case Type::LV2TurtleProgram:
|
||||
case Type::LV2Helper:
|
||||
case Type::VST3Helper:
|
||||
case Type::SharedCodeTarget:
|
||||
case Type::AggregateTarget:
|
||||
case Type::unspecified:
|
||||
|
|
@ -109,7 +110,8 @@ namespace build_tools
|
|||
case Type::StaticLibrary:
|
||||
case Type::DynamicLibrary:
|
||||
case Type::LV2PlugIn:
|
||||
case Type::LV2TurtleProgram:
|
||||
case Type::LV2Helper:
|
||||
case Type::VST3Helper:
|
||||
case Type::SharedCodeTarget:
|
||||
case Type::AggregateTarget:
|
||||
case Type::unspecified:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue