Libraryize test.cc
This commit is contained in:
12
tools/BUILD
Normal file
12
tools/BUILD
Normal file
@@ -0,0 +1,12 @@
|
||||
cc_binary(
|
||||
name = "dump_tun",
|
||||
srcs = [
|
||||
"dump_tun.cc",
|
||||
],
|
||||
deps = [
|
||||
"//lib:tun_tap_device_lib",
|
||||
],
|
||||
linkopts = [
|
||||
"-lglog",
|
||||
],
|
||||
)
|
||||
Reference in New Issue
Block a user