Files
funstraw/lib/BUILD

10 lines
126 B
Python
Raw Normal View History

2016-09-25 15:56:37 -07:00
cc_library(
name = "tun_tap_device_lib",
hdrs = [
"tun_tap_device.h",
],
srcs = [
"tun_tap_device.cc",
],
)