From 37c4c5837132e644590c60e0d3cef47a60331f36 Mon Sep 17 00:00:00 2001 From: Andreas Schuh Date: Fri, 25 Nov 2016 13:47:53 +0000 Subject: [PATCH] add: Bazel WORKSPACE file --- WORKSPACE | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 WORKSPACE 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") -- 2.7.4