blob: 3f20ec8a2a938f5841a8372fab5140cd71987aab [file] [log] [blame]
Brian Silverman8fce7482020-01-05 13:18:21 -08001cppHeaderFileInclude {
2 \.h$
3 \.hpp$
4 \.inc$
5}
6
7cppSrcFileInclude {
8 \.cpp$
9}
10
11repoRootNameOverride {
12 wpilib
13}
14
15includeOtherLibs {
16 ^cameraserver/
17 ^cscore
Austin Schuh812d0d12021-11-04 20:16:48 -070018 ^fmt/
Brian Silverman8fce7482020-01-05 13:18:21 -080019 ^frc/
20 ^hal/
21 ^imgui
22 ^mockdata/
23 ^networktables/
24 ^ntcore
25 ^opencv2/
26 ^support/
27 ^units/
28 ^vision/
29 ^wpi/
30}