Skip to content

Commit

Permalink
Create build
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian <76214766+adrian2793@users.noreply.github.com>
  • Loading branch information
adrian2793 authored Jan 30, 2024
1 parent 7d8cf58 commit 52ba353
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
cc_library(
name = "AISwitch",
srcs = [
"src/AISwitch.h"
],
includes = [
"src",
],
visibility = ["//visibility:public"],
)

0 comments on commit 52ba353

Please sign in to comment.