blob: 20bb7e0b66e799c3e17deb0749aa0d477f7b8f09 [file] [log] [blame]
Austin Schuh2a70f4b2016-11-25 23:05:57 -08001cc_library(
2 name = 'wpilib',
Austin Schuh94f51e92017-10-30 19:25:32 -07003 deps = ['//third_party/allwpilib_2018:wpilib'],
Austin Schuh2a70f4b2016-11-25 23:05:57 -08004 visibility = ['//visibility:public'],
5 linkstatic = True,
Austin Schuh9d92e6b2017-10-17 01:19:38 -07006 restricted_to = ['//tools:roborio'],
Austin Schuh2a70f4b2016-11-25 23:05:57 -08007)