- clean working copy for leaving SVN
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"id": "juce_audio_devices",
|
||||
"name": "JUCE audio and midi I/O device classes",
|
||||
"version": "3.1.1",
|
||||
"description": "Classes to play and record from audio and midi i/o devices.",
|
||||
"website": "http://www.juce.com/juce",
|
||||
"license": "GPL/Commercial",
|
||||
|
||||
"dependencies": [ { "id": "juce_audio_basics", "version": "matching" },
|
||||
{ "id": "juce_audio_formats", "version": "matching" },
|
||||
{ "id": "juce_events", "version": "matching" } ],
|
||||
|
||||
"include": "juce_audio_devices.h",
|
||||
|
||||
"compile": [ { "file": "juce_audio_devices.cpp", "target": "! xcode" },
|
||||
{ "file": "juce_audio_devices.mm", "target": "xcode" } ],
|
||||
|
||||
"browse": [ "audio_io/*",
|
||||
"midi_io/*",
|
||||
"sources/*",
|
||||
"audio_cd/*",
|
||||
"native/*" ],
|
||||
|
||||
"OSXFrameworks": "CoreAudio CoreMIDI DiscRecording",
|
||||
"iOSFrameworks": "AudioToolbox CoreMIDI",
|
||||
"LinuxLibs": "asound",
|
||||
"mingwLibs": "winmm"
|
||||
}
|
||||
Reference in New Issue
Block a user