Files
funstraw/lib/BUILD
2016-09-25 17:37:37 -07:00

12 lines
181 B
Python

package(default_visibility = ["//visibility:public"])
cc_library(
name = "tun_tap_device_lib",
hdrs = [
"tun_tap_device.h",
],
srcs = [
"tun_tap_device.cc",
],
)