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 | |||||
12 | generatedFileExclude { | ||||
13 | FRCNetComm\.java$ | ||||
14 | simulation/gz_msgs/src/include/simulation/gz_msgs/msgs\.h$ | ||||
15 | } | ||||
16 | |||||
17 | repoRootNameOverride { | ||||
18 | wpilib | ||||
19 | } | ||||
20 | |||||
21 | includeOtherLibs { | ||||
Austin Schuh | 1e69f94 | 2020-11-14 15:06:14 -0800 | [diff] [blame^] | 22 | ^Eigen/ |
Brian Silverman | 8fce748 | 2020-01-05 13:18:21 -0800 | [diff] [blame] | 23 | ^cameraserver/ |
24 | ^cscore | ||||
Austin Schuh | 1e69f94 | 2020-11-14 15:06:14 -0800 | [diff] [blame^] | 25 | ^drake/ |
Brian Silverman | 8fce748 | 2020-01-05 13:18:21 -0800 | [diff] [blame] | 26 | ^hal/ |
27 | ^imgui | ||||
Austin Schuh | 1e69f94 | 2020-11-14 15:06:14 -0800 | [diff] [blame^] | 28 | ^implot |
Brian Silverman | 8fce748 | 2020-01-05 13:18:21 -0800 | [diff] [blame] | 29 | ^mockdata/ |
30 | ^networktables/ | ||||
31 | ^ntcore | ||||
32 | ^opencv2/ | ||||
33 | ^support/ | ||||
34 | ^units/ | ||||
Austin Schuh | 1e69f94 | 2020-11-14 15:06:14 -0800 | [diff] [blame^] | 35 | ^unsupported/ |
Brian Silverman | 8fce748 | 2020-01-05 13:18:21 -0800 | [diff] [blame] | 36 | ^vision/ |
37 | ^wpi/ | ||||
Austin Schuh | 1e69f94 | 2020-11-14 15:06:14 -0800 | [diff] [blame^] | 38 | ^wpigui |
39 | ^wpimath/ | ||||
Brian Silverman | 8fce748 | 2020-01-05 13:18:21 -0800 | [diff] [blame] | 40 | } |