Updated mppimage target
This commit is contained in:
parent
445876d96b
commit
a82ffcd97c
|
@ -4,12 +4,20 @@ licenses(["notice"])
|
|||
|
||||
objc_library(
|
||||
name = "MPPImage",
|
||||
srcs = ["sources/MPPImage.h"],
|
||||
hdrs = ["sources/MPPImage.m"],
|
||||
srcs = ["sources/MPPImage.m"],
|
||||
hdrs = ["sources/MPPImage.h"],
|
||||
module_name = "MPPImage",
|
||||
deps = [
|
||||
"//mediapipe/tasks/ios/common:MPPCommon",
|
||||
"//mediapipe/tasks/ios/common/utils:MPPCommonUtils",
|
||||
],
|
||||
sdk_frameworks = [
|
||||
"CoreMedia",
|
||||
"CoreVideo",
|
||||
"UIKit",
|
||||
]
|
||||
],
|
||||
copts = [
|
||||
"-ObjC++",
|
||||
"-std=c++17",
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user