summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schuh <andreas.schuh.84@gmail.com>2016-11-25 13:47:53 +0000
committerAndreas Schuh <andreas.schuh.84@gmail.com>2016-11-25 17:18:01 +0000
commit37c4c5837132e644590c60e0d3cef47a60331f36 (patch)
tree706fa3aa4229b9e184f7778c2ac86c62fd5e2152
parent37e2867335a680f8478cb8bd811b598e069c56c1 (diff)
downloadgflags-37c4c5837132e644590c60e0d3cef47a60331f36.tar.gz
gflags-37c4c5837132e644590c60e0d3cef47a60331f36.tar.bz2
gflags-37c4c5837132e644590c60e0d3cef47a60331f36.zip
add: Bazel WORKSPACE file
-rw-r--r--WORKSPACE6
1 files changed, 6 insertions, 0 deletions
diff --git a/WORKSPACE b/WORKSPACE
new file mode 100644
index 0000000..f3707e9
--- /dev/null
+++ b/WORKSPACE
@@ -0,0 +1,6 @@
+# Copyright 2006 Google Inc. All Rights Reserved.
+# Use of this source code is governed by a BSD-style
+# license that can be found in the COPYING.txt file.
+
+# Bazel (http://bazel.io/) WORKSPACE file for gflags.
+workspace(name="com_github_gflags_gflags")