13 lines
151 B
Python
13 lines
151 B
Python
cc_binary(
|
|
name = "dump_tun",
|
|
srcs = [
|
|
"dump_tun.cc",
|
|
],
|
|
deps = [
|
|
"//lib:tun_tap_device_lib",
|
|
],
|
|
linkopts = [
|
|
"-lglog",
|
|
],
|
|
)
|