Add WORKSPACE, fix BUILD.

This commit is contained in:
Yaz Saito 2016-11-02 12:43:56 -07:00
parent cce68f0c9c
commit 61666e38df
2 changed files with 1 additions and 3 deletions

3
BUILD
View file

@ -37,9 +37,6 @@ cc_library(
"-DHAVE_RWLOCK",
"-DGFLAGS_INTTYPES_FORMAT_C99",
],
includes = [
"include",
],
visibility = ["//visibility:public"],
)

1
WORKSPACE Normal file
View file

@ -0,0 +1 @@
workspace(name = "com_googlesource_code_gflags")