Brian Silverman | 8fce748 | 2020-01-05 13:18:21 -0800 | [diff] [blame] | 1 | cppHeaderFileInclude { |
2 | \.h$ | ||||
3 | \.hpp$ | ||||
4 | \.inc$ | ||||
5 | } | ||||
6 | |||||
7 | cppSrcFileInclude { | ||||
8 | \.cpp$ | ||||
9 | } | ||||
10 | |||||
11 | includeOtherLibs { | ||||
12 | ^cameraserver/ | ||||
13 | ^cscore | ||||
14 | ^frc/ | ||||
15 | ^frc2/ | ||||
16 | ^hal/ | ||||
17 | ^networktables/ | ||||
18 | ^ntcore | ||||
19 | ^opencv2/ | ||||
20 | ^support/ | ||||
21 | ^units/ | ||||
22 | ^vision/ | ||||
23 | ^wpi/ | ||||
24 | } |