- clean working copy for leaving SVN
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"id": "juce_audio_utils",
|
||||
"name": "JUCE extra audio utility classes",
|
||||
"version": "3.1.1",
|
||||
"description": "Classes for audio-related GUI and miscellaneous tasks.",
|
||||
"website": "http://www.juce.com/juce",
|
||||
"license": "GPL/Commercial",
|
||||
|
||||
"dependencies": [ { "id": "juce_gui_basics", "version": "matching" },
|
||||
{ "id": "juce_audio_devices", "version": "matching" },
|
||||
{ "id": "juce_audio_processors", "version": "matching" },
|
||||
{ "id": "juce_audio_formats", "version": "matching" } ],
|
||||
|
||||
"include": "juce_audio_utils.h",
|
||||
|
||||
"compile": [ { "file": "juce_audio_utils.cpp", "target": "! xcode" },
|
||||
{ "file": "juce_audio_utils.mm", "target": "xcode" } ],
|
||||
|
||||
"browse": [ "gui/*",
|
||||
"players/*" ]
|
||||
}
|
||||
Reference in New Issue
Block a user