From: Andreas Schuh Date: Fri, 25 Nov 2016 13:47:53 +0000 (+0000) Subject: add: Bazel WORKSPACE file X-Git-Tag: accepted/tizen/5.0/unified/20181102.024438~30^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=37c4c5837132e644590c60e0d3cef47a60331f36;p=platform%2Fupstream%2Fgflags.git add: Bazel WORKSPACE file --- 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")