paulxstretch/deps/juce/examples/Assets/juce_module_info
essej 25bd5d8adb git subrepo clone --branch=sono6good https://github.com/essej/JUCE.git deps/juce
subrepo:
  subdir:   "deps/juce"
  merged:   "b13f9084e"
upstream:
  origin:   "https://github.com/essej/JUCE.git"
  branch:   "sono6good"
  commit:   "b13f9084e"
git-subrepo:
  version:  "0.4.3"
  origin:   "https://github.com/ingydotnet/git-subrepo.git"
  commit:   "2f68596"
2022-04-18 17:51:22 -04:00

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"
}