Brian Silverman | 8fce748 | 2020-01-05 13:18:21 -0800 | [diff] [blame] | 1 | cppHeaderFileInclude { |
2 | \.h$ | ||||
3 | \.hpp$ | ||||
4 | \.inc$ | ||||
Austin Schuh | 1e69f94 | 2020-11-14 15:06:14 -0800 | [diff] [blame] | 5 | \.inl$ |
Brian Silverman | 8fce748 | 2020-01-05 13:18:21 -0800 | [diff] [blame] | 6 | } |
7 | |||||
8 | cppSrcFileInclude { | ||||
9 | \.cpp$ | ||||
10 | } | ||||
11 | |||||
Austin Schuh | 812d0d1 | 2021-11-04 20:16:48 -0700 | [diff] [blame^] | 12 | modifiableFileExclude { |
13 | \.patch$ | ||||
14 | } | ||||
15 | |||||
Brian Silverman | 8fce748 | 2020-01-05 13:18:21 -0800 | [diff] [blame] | 16 | generatedFileExclude { |
17 | FRCNetComm\.java$ | ||||
18 | simulation/gz_msgs/src/include/simulation/gz_msgs/msgs\.h$ | ||||
19 | } | ||||
20 | |||||
21 | repoRootNameOverride { | ||||
22 | wpilib | ||||
23 | } | ||||
24 | |||||
25 | includeOtherLibs { | ||||
Austin Schuh | 1e69f94 | 2020-11-14 15:06:14 -0800 | [diff] [blame] | 26 | ^Eigen/ |
Brian Silverman | 8fce748 | 2020-01-05 13:18:21 -0800 | [diff] [blame] | 27 | ^cameraserver/ |
28 | ^cscore | ||||
Austin Schuh | 1e69f94 | 2020-11-14 15:06:14 -0800 | [diff] [blame] | 29 | ^drake/ |
Austin Schuh | 812d0d1 | 2021-11-04 20:16:48 -0700 | [diff] [blame^] | 30 | ^fmt/ |
Brian Silverman | 8fce748 | 2020-01-05 13:18:21 -0800 | [diff] [blame] | 31 | ^hal/ |
32 | ^imgui | ||||
Austin Schuh | 1e69f94 | 2020-11-14 15:06:14 -0800 | [diff] [blame] | 33 | ^implot |
Brian Silverman | 8fce748 | 2020-01-05 13:18:21 -0800 | [diff] [blame] | 34 | ^mockdata/ |
35 | ^networktables/ | ||||
36 | ^ntcore | ||||
37 | ^opencv2/ | ||||
38 | ^support/ | ||||
39 | ^units/ | ||||
Austin Schuh | 1e69f94 | 2020-11-14 15:06:14 -0800 | [diff] [blame] | 40 | ^unsupported/ |
Brian Silverman | 8fce748 | 2020-01-05 13:18:21 -0800 | [diff] [blame] | 41 | ^vision/ |
42 | ^wpi/ | ||||
Austin Schuh | 1e69f94 | 2020-11-14 15:06:14 -0800 | [diff] [blame] | 43 | ^wpigui |
44 | ^wpimath/ | ||||
Brian Silverman | 8fce748 | 2020-01-05 13:18:21 -0800 | [diff] [blame] | 45 | } |