More platform libs: Add AudioUnit and CoreAudioKit
This commit is contained in:
committed by
Ilya Matveev
parent
eca17c2afe
commit
52817e67ee
@@ -0,0 +1,9 @@
|
|||||||
|
depends = ApplicationServices AudioToolbox CFNetwork CoreAudio CoreFoundation CoreGraphics CoreServices CoreText DiskArbitration Foundation IOKit ImageIO Security darwin libkern osx posix
|
||||||
|
language = Objective-C
|
||||||
|
package = platform.AudioUnit
|
||||||
|
headers = AudioUnit/AudioUnit.h
|
||||||
|
|
||||||
|
headerFilter = AudioUnit/**
|
||||||
|
|
||||||
|
compilerOpts = -framework AudioUnit
|
||||||
|
linkerOpts = -framework AudioUnit
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
depends = AppKit ApplicationServices AudioToolbox AudioUnit CFNetwork Cocoa CoreAudio CoreData CoreFoundation CoreGraphics CoreImage CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon QuartzCore Security darwin libkern osx posix
|
||||||
|
language = Objective-C
|
||||||
|
package = platform.CoreAudioKit
|
||||||
|
modules = CoreAudioKit
|
||||||
|
|
||||||
|
compilerOpts = -framework CoreAudioKit
|
||||||
|
linkerOpts = -framework CoreAudioKit
|
||||||
Reference in New Issue
Block a user