Skip to content

Commit e2ecf0a

Browse files
authored
Create build
0 parents  commit e2ecf0a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

build

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

0 commit comments

Comments
 (0)