aboutsummaryrefslogtreecommitdiff
path: root/BUILD.bazel
diff options
context:
space:
mode:
authorRob Earhart <robert.earhart@intel.com>2020-08-12 16:10:57 -0700
committerGitHub <noreply@github.com>2020-08-12 16:10:57 -0700
commit025e1a484d89555008cb8cf7a0164fd31fa29c49 (patch)
treeb148ea94c55eb033aad8a3339a9e87220060779a /BUILD.bazel
parent10ade8473b698a8fe14ddb518c2abd228669657a (diff)
downloadgoogletest-025e1a484d89555008cb8cf7a0164fd31fa29c49.zip
googletest-025e1a484d89555008cb8cf7a0164fd31fa29c49.tar.gz
googletest-025e1a484d89555008cb8cf7a0164fd31fa29c49.tar.bz2
Export LICENSE
This makes it easier to include the license in redistributions, as required by the license.
Diffstat (limited to 'BUILD.bazel')
-rw-r--r--BUILD.bazel2
1 files changed, 2 insertions, 0 deletions
diff --git a/BUILD.bazel b/BUILD.bazel
index 7e227aa..8099642 100644
--- a/BUILD.bazel
+++ b/BUILD.bazel
@@ -36,6 +36,8 @@ package(default_visibility = ["//visibility:public"])
licenses(["notice"])
+exports_files(["LICENSE"])
+
config_setting(
name = "windows",
constraint_values = ["@bazel_tools//platforms:windows"],