22 lines
513 B
Plaintext
22 lines
513 B
Plaintext
framework module FaceMeshSDK {
|
|
umbrella header "FaceMeshSDK.h"
|
|
|
|
export *
|
|
module * { export * }
|
|
|
|
link framework "AVFoundation"
|
|
link framework "Accelerate"
|
|
link framework "AssetsLibrary"
|
|
link framework "CoreFoundation"
|
|
link framework "CoreGraphics"
|
|
link framework "CoreImage"
|
|
link framework "CoreMedia"
|
|
link framework "CoreVideo"
|
|
link framework "GLKit"
|
|
link framework "Metal"
|
|
link framework "MetalKit"
|
|
link framework "OpenGLES"
|
|
link framework "QuartzCore"
|
|
link framework "UIKit"
|
|
}
|