add: Bazel WORKSPACE file
authorAndreas Schuh <andreas.schuh.84@gmail.com>
Fri, 25 Nov 2016 13:47:53 +0000 (13:47 +0000)
committerAndreas Schuh <andreas.schuh.84@gmail.com>
Fri, 25 Nov 2016 17:18:01 +0000 (17:18 +0000)
WORKSPACE [new file with mode: 0644]

diff --git a/WORKSPACE b/WORKSPACE
new file mode 100644 (file)
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")