blob: 3f7352f7c9e8bc87c945a6660520d092f0fd7594 [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,
Austin Schuh9d92e6b2017-10-17 01:19:38 -07006 restricted_to = ['//tools:roborio'],
Austin Schuh2a70f4b2016-11-25 23:05:57 -08007)