Project import generated by Copybara.
GitOrigin-RevId: 6e5aa035cd1f6a9333962df5d3ab97a05bd5744e
This commit is contained in:
committed by
Sebastian Schmidt
parent
4a20e9909d
commit
c688862570
@@ -53,6 +53,12 @@ cc_library(
|
||||
deps = ["//mediapipe/framework:graph_service"],
|
||||
)
|
||||
|
||||
cc_library(
|
||||
name = "attachments",
|
||||
hdrs = ["attachments.h"],
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
GL_BASE_LINK_OPTS = select({
|
||||
"//conditions:default": [],
|
||||
"//mediapipe:android": [
|
||||
@@ -172,6 +178,7 @@ cc_library(
|
||||
}),
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [
|
||||
":attachments",
|
||||
":gl_base",
|
||||
":gl_thread_collector",
|
||||
":gpu_buffer_format",
|
||||
|
||||
Reference in New Issue
Block a user