James Kuszmaul | 4b81d30 | 2019-12-14 20:53:14 -0800 | [diff] [blame] | 1 | cppHeaderFileInclude { |
2 | \.h$ | ||||
3 | \.hpp$ | ||||
4 | \.inc$ | ||||
5 | } | ||||
6 | |||||
7 | cppSrcFileInclude { | ||||
8 | \.cpp$ | ||||
9 | } | ||||
10 | |||||
11 | repoRootNameOverride { | ||||
12 | wpilib | ||||
13 | } | ||||
14 | |||||
15 | includeOtherLibs { | ||||
16 | ^cameraserver/ | ||||
17 | ^cscore | ||||
18 | ^frc/ | ||||
19 | ^hal/ | ||||
20 | ^imgui | ||||
21 | ^mockdata/ | ||||
22 | ^networktables/ | ||||
23 | ^ntcore | ||||
24 | ^opencv2/ | ||||
25 | ^support/ | ||||
26 | ^units/ | ||||
27 | ^vision/ | ||||
28 | ^wpi/ | ||||
29 | } |