Files
funstraw/lib/BUILD
Ian Gulliver 6da1c57c36 Starting over
2016-09-25 15:56:37 -07:00

10 lines
126 B
Python

cc_library(
name = "tun_tap_device_lib",
hdrs = [
"tun_tap_device.h",
],
srcs = [
"tun_tap_device.cc",
],
)