tflite-micro/python/tests/BUILD
Ryan Kuester 52c9568156
build(bazel): use --std=c++17 by default (#2060)
Make all bazel builds use --std=c++17 by default.

BUG=fixes #2058
2023-06-15 20:22:54 +00:00

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",
],
)