James Kuszmaul | b13e13f | 2023-11-22 20:44:04 -0800 | [diff] [blame] | 1 | cppHeaderFileInclude { |
2 | \.h$ | ||||
3 | \.inc$ | ||||
4 | \.inl$ | ||||
5 | } | ||||
6 | |||||
7 | cppSrcFileInclude { | ||||
8 | \.cpp$ | ||||
9 | } | ||||
10 | |||||
11 | generatedFileExclude { | ||||
12 | src/main/native/resources/ | ||||
13 | src/main/native/win/sysid.ico | ||||
14 | src/main/native/mac/sysid.icns | ||||
15 | } | ||||
16 | |||||
17 | repoRootNameOverride { | ||||
18 | sysid | ||||
19 | } | ||||
20 | |||||
21 | includeOtherLibs { | ||||
22 | ^GLFW | ||||
23 | ^fmt/ | ||||
24 | ^frc/ | ||||
25 | ^glass/ | ||||
26 | ^gtest/ | ||||
27 | ^imgui | ||||
28 | ^implot\.h$ | ||||
29 | ^networktables/ | ||||
30 | ^portable-file-dialogs\.h$ | ||||
31 | ^ntcore | ||||
32 | ^units/ | ||||
33 | ^wpi/ | ||||
34 | ^wpigui | ||||
35 | } |