Skip to content

Commit

Permalink
Add Bazel build files
Browse files Browse the repository at this point in the history
  • Loading branch information
Vertexwahn committed Dec 8, 2023
1 parent 7b9f7bb commit c3056e0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
cc_library(
name = "xtl",
hdrs = glob(["include/**"]),
strip_include_prefix = "include",
visibility = ["//visibility:public"],
)
3 changes: 3 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module(
name = "xtl",
)

0 comments on commit c3056e0

Please sign in to comment.