2
0
Fork 0
mirror of https://github.com/bazel-contrib/rules_foreign_cc synced 2024-11-28 08:43:26 +00:00

export workspace_definitions.bzl (#20)

This commit is contained in:
irengrig 2018-08-13 14:48:58 +02:00 committed by GitHub
parent 6245c8bad9
commit 838fdb117c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
BUILD Normal file
View file

@ -0,0 +1,3 @@
exports_files(
["workspace_definitions.bzl"],
)