export rules (#18)

This commit is contained in:
irengrig 2018-08-13 14:30:15 +02:00 committed by GitHub
parent 9e67b25500
commit 33ba461485
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -1 +1,7 @@
exports_files(["utils.sh"])
exports_files(
[
"utils.sh",
"cmake.bzl",
"framework.bzl",
],
)