mediapipe/mediapipe/examples/ios/PoseLandmarkerApp/Modules/module.modulemap

22 lines
525 B
Plaintext

framework module PoseLandmarkerSDK {
umbrella header "PoseLandmarkerSDK.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"
}