mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
15 lines
122 B
Plaintext
15 lines
122 B
Plaintext
cppHeaderFileInclude {
|
|
\.hpp$
|
|
}
|
|
|
|
cppSrcFileInclude {
|
|
\.cpp$
|
|
}
|
|
|
|
includeOtherLibs {
|
|
^Eigen/
|
|
^fmt/
|
|
^gch/
|
|
^wpi/
|
|
}
|