blob: 63515d29200a1bda264f6a3fc8232265ec34b57e [file] [log] [blame]
Brian Silverman8fce7482020-01-05 13:18:21 -08001cppHeaderFileInclude {
2 \.h$
3 \.inc$
4}
5
6cppSrcFileInclude {
7 \.cpp$
8}
9
10repoRootNameOverride {
11 cameraserver
12}
13
14includeOtherLibs {
Austin Schuh812d0d12021-11-04 20:16:48 -070015 ^fmt/
Brian Silverman8fce7482020-01-05 13:18:21 -080016 ^hal/
17 ^networktables/
18 ^opencv2/
19 ^support/
20 ^wpi/
21}
22
23includeGuardRoots {
24 cameraserver/src/main/native/include/
25}