mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
25 lines
250 B
Plaintext
25 lines
250 B
Plaintext
cppHeaderFileInclude {
|
|
\.h$
|
|
\.hpp$
|
|
\.inc$
|
|
}
|
|
|
|
cppSrcFileInclude {
|
|
\.cpp$
|
|
}
|
|
|
|
repoRootNameOverride {
|
|
cameraserver
|
|
}
|
|
|
|
includeOtherLibs {
|
|
^fmt/
|
|
^gtest/
|
|
^opencv2/
|
|
^support/
|
|
}
|
|
|
|
includeGuardRoots {
|
|
cameraserver/src/main/native/include/
|
|
}
|