39 lines
1.4 KiB
Plaintext
39 lines
1.4 KiB
Plaintext
|
{
|
||
|
"id": "juce_core",
|
||
|
"name": "JUCE core classes",
|
||
|
"version": "3.0.0",
|
||
|
"description": "The essential set of basic JUCE classes, as required by all the other JUCE modules. Includes text, container, memory, threading and i/o functionality.",
|
||
|
"website": "http://www.juce.com/juce",
|
||
|
"license": "ISC Permissive",
|
||
|
|
||
|
"dependencies": [],
|
||
|
|
||
|
"include": "juce_core.h",
|
||
|
|
||
|
"compile": [ { "file": "juce_core.cpp", "target": "! xcode" },
|
||
|
{ "file": "juce_core.mm", "target": "xcode" } ],
|
||
|
|
||
|
"browse": [ "text/*",
|
||
|
"maths/*",
|
||
|
"memory/*",
|
||
|
"containers/*",
|
||
|
"threads/*",
|
||
|
"time/*",
|
||
|
"files/*",
|
||
|
"network/*",
|
||
|
"streams/*",
|
||
|
"logging/*",
|
||
|
"system/*",
|
||
|
"xml/*",
|
||
|
"json/*",
|
||
|
"zip/*",
|
||
|
"unit_tests/*",
|
||
|
"misc/*",
|
||
|
"native/*" ],
|
||
|
|
||
|
"OSXFrameworks": "Cocoa IOKit",
|
||
|
"iOSFrameworks": "Foundation",
|
||
|
"LinuxLibs": "rt dl pthread",
|
||
|
"mingwLibs": "uuid wsock32 wininet version ole32 ws2_32 oleaut32 imm32 comdlg32 shlwapi rpcrt4 winmm"
|
||
|
}
|