mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
31 lines
293 B
Plaintext
31 lines
293 B
Plaintext
cppHeaderFileInclude {
|
|
\.h$
|
|
\.hpp$
|
|
\.inc$
|
|
}
|
|
|
|
cppSrcFileInclude {
|
|
\.cpp$
|
|
}
|
|
|
|
repoRootNameOverride {
|
|
wpilib
|
|
}
|
|
|
|
includeOtherLibs {
|
|
^cameraserver/
|
|
^cscore
|
|
^fmt/
|
|
^frc/
|
|
^hal/
|
|
^imgui
|
|
^mockdata/
|
|
^networktables/
|
|
^ntcore
|
|
^opencv2/
|
|
^support/
|
|
^units/
|
|
^vision/
|
|
^wpi/
|
|
}
|