blob: 088b19ca1273c80b725b555e8c574f89c35b9b92 [file] [log] [blame]
# standalone BUILD file used to test project generation with bazel.
cc_library(
name = "libtflm",
srcs = glob(["tensorflow/**/*.cc", "tensorflow/**/*.c", "third_party/**/*.cc", "third_party/**/*.c"]),
hdrs = glob(["tensorflow/**/*.h", "third_party/**/*.h"]),
copts = [
"-Ithird_party/gemmlowp",
"-Ithird_party/flatbuffers/include",
"-Ithird_party/kissfft",
"-Ithird_party/kissfft/tools",
"-Ithird_party/ruy",
]
)