blob: cdbb90b85f5ef8008743cbff7198827fccb9bd2b [file] [log] [blame]
Austin Schuh812d0d12021-11-04 20:16:48 -07001cppHeaderFileInclude {
2 \.h$
3 \.inc$
4 \.inl$
5}
6
7cppSrcFileInclude {
8 \.cpp$
9}
10
11generatedFileExclude {
12 src/main/native/resources/
13 src/main/native/win/outlineviewer.ico
14 src/main/native/mac/ov.icns
15}
16
17repoRootNameOverride {
18 outlineviewer
19}
20
21includeOtherLibs {
22 ^GLFW
23 ^fmt/
James Kuszmaulb13e13f2023-11-22 20:44:04 -080024 ^frc/
25 ^glass/
26 ^gtest/
Austin Schuh812d0d12021-11-04 20:16:48 -070027 ^imgui
James Kuszmaulb13e13f2023-11-22 20:44:04 -080028 ^implot\.h$
29 ^networktables/
30 ^portable-file-dialogs\.h$
Austin Schuh812d0d12021-11-04 20:16:48 -070031 ^ntcore
James Kuszmaulb13e13f2023-11-22 20:44:04 -080032 ^units/
Austin Schuh812d0d12021-11-04 20:16:48 -070033 ^wpi/
34 ^wpigui
35}