mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
17 lines
142 B
Plaintext
17 lines
142 B
Plaintext
cppHeaderFileInclude {
|
|
\.h$
|
|
\.hpp$
|
|
\.inc$
|
|
}
|
|
|
|
cppSrcFileInclude {
|
|
\.cpp$
|
|
}
|
|
|
|
includeOtherLibs {
|
|
^fmt/
|
|
^gtest/
|
|
^opencv2/
|
|
^wpi/
|
|
}
|