Skip to content

Commit c3056e0

Browse files
committed
Add Bazel build files
1 parent 7b9f7bb commit c3056e0

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

BUILD.bazel

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
cc_library(
2+
name = "xtl",
3+
hdrs = glob(["include/**"]),
4+
strip_include_prefix = "include",
5+
visibility = ["//visibility:public"],
6+
)

MODULE.bazel

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module(
2+
name = "xtl",
3+
)

0 commit comments

Comments
 (0)