blob: cef6fcf50dd8275a64c0378fca6f9900affe6888 [file] [log] [blame]
Austin Schuh2a70f4b2016-11-25 23:05:57 -08001cc_library(
2 name = 'wpilib',
Brian Silvermane48dbc12017-02-04 20:06:29 -08003 deps = ['//third_party/allwpilib_2017:wpilib'],
Austin Schuh2a70f4b2016-11-25 23:05:57 -08004 visibility = ['//visibility:public'],
5 linkstatic = True,
6)