commit | e74541680867f1843dddcd87ccd5b0d516d9e16c | [log] [tgz] |
---|---|---|
author | Chris Frantz <cfrantz@google.com> | Wed Aug 25 14:43:05 2021 -0700 |
committer | cfrantz <frantzcj+github@gmail.com> | Thu Aug 26 08:48:05 2021 -0700 |
tree | 1ef1471f71315d45ff93b770e9148e0302934e1e | |
parent | fcb70d649486c903d7838af261e90cb769cea96b [diff] [blame] |
[bazel] Initialize bazel configuration. 1. Create a WORKSPACE file to initialize the embedded compiler configuration and provide googletest and abseil dependencies. 2. Pin the bazel version to 4.2.0 (current version). 3. Create an empty BUILD file in the root of the project. Signed-off-by: Chris Frantz <cfrantz@google.com>
diff --git a/BUILD b/BUILD new file mode 100644 index 0000000..ffd0fb0 --- /dev/null +++ b/BUILD
@@ -0,0 +1 @@ +package(default_visibility = ["//visibility:public"])