mirror of
https://github.com/vee1e/tflite-micro.git
synced 2026-09-01 17:57:27 +00:00
10 lines
179 B
Text
10 lines
179 B
Text
cc_test(
|
|
name = "cc_deps_link_test",
|
|
size = "small",
|
|
srcs = [
|
|
"cc_deps_link_test.cc",
|
|
],
|
|
deps = [
|
|
"@tensorflow_cc_deps//:cc_library",
|
|
],
|
|
)
|