Skip to content

Commit

Permalink
Add Bazel configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonnam committed Oct 15, 2019
1 parent 1047110 commit d763342
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions BUILD
Original file line number Diff line number Diff line change
@@ -0,0 1,14 @@
load(
"@build_bazel_rules_swift//swift:swift.bzl",
"swift_library",
)

swift_library(
name = "XCallbackURL",
srcs = glob([
"Sources/XCallbackURL/**/*.swift",
]),
visibility = [
"//visibility:public",
],
)
1 change: 1 addition & 0 deletions WORKSPACE
Original file line number Diff line number Diff line change
@@ -0,0 1 @@
workspace(name = "XCallbackURL")

0 comments on commit d763342

Please sign in to comment.