Skip to content

Commit 52ba353

Browse files
authored
Create build
Signed-off-by: Adrian <76214766+adrian2793@users.noreply.github.com>
1 parent 7d8cf58 commit 52ba353

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

build

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
cc_library(
2+
name = "AISwitch",
3+
srcs = [
4+
"src/AISwitch.h"
5+
],
6+
includes = [
7+
"src",
8+
],
9+
visibility = ["//visibility:public"],
10+
)

0 commit comments

Comments
 (0)