Skip to content

Commit

Permalink
Export LICENSE file in Bazel build
Browse files Browse the repository at this point in the history
  • Loading branch information
Maratyszcza committed Dec 9, 2020
1 parent 344531b commit 82254fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ load("@rules_cc//cc:defs.bzl", "cc_binary", "cc_library", "cc_test")

licenses(["notice"])

exports_files(["LICENSE"])

############################## pthreadpool library #############################

INTERNAL_HDRS = [
Expand Down

0 comments on commit 82254fb

Please sign in to comment.