mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
27 lines
255 B
Plaintext
27 lines
255 B
Plaintext
cppHeaderFileInclude {
|
|
\.h$
|
|
\.hpp$
|
|
\.inc$
|
|
}
|
|
|
|
cppSrcFileInclude {
|
|
\.cpp$
|
|
}
|
|
|
|
includeOtherLibs {
|
|
^cameraserver/
|
|
^cscore
|
|
^fmt/
|
|
^frc/
|
|
^frc2/
|
|
^gtest/
|
|
^hal/
|
|
^networktables/
|
|
^ntcore
|
|
^opencv2/
|
|
^support/
|
|
^units/
|
|
^vision/
|
|
^wpi/
|
|
}
|