tensorflow/third_party/linenoise.BUILD
Justine Tunney e28db9fced Move most foo.BUILD files into third_party
This frees up space on the TensorFlow GitHub home page!
Change: 143161497
2016-12-29 00:51:20 -08:00

14 lines
222 B
Plaintext

licenses(["notice"]) # 2-clause BSD
exports_files(["LICENSE"])
package(
default_visibility = ["//visibility:public"],
)
cc_library(
name = "linenoise",
srcs = ["linenoise.c"],
hdrs = ["linenoise.h"],
)