add: Bazel WORKSPACE file

This commit is contained in:
Andreas Schuh 2016-11-25 13:47:53 +00:00
parent 37e2867335
commit 37c4c58371

6
WORKSPACE Normal file
View file

@ -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")