mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
37 lines
467 B
Plaintext
37 lines
467 B
Plaintext
cppHeaderFileInclude {
|
|
\.h$
|
|
\.inc$
|
|
\.inl$
|
|
}
|
|
|
|
cppSrcFileInclude {
|
|
\.cpp$
|
|
}
|
|
|
|
generatedFileExclude {
|
|
src/main/native/assets/
|
|
src/main/native/resources/
|
|
src/main/native/thirdparty/
|
|
src/main/native/win/wpical.ico
|
|
src/main/native/mac/wpical.icns
|
|
}
|
|
|
|
repoRootNameOverride {
|
|
wpical
|
|
}
|
|
|
|
includeOtherLibs {
|
|
^GLFW
|
|
^ceres/
|
|
^fmt/
|
|
^frc/
|
|
^gtest/
|
|
^imgui
|
|
^implot\.h$
|
|
^mrcal_wrapper\.h$
|
|
^opencv2\.h$
|
|
^portable-file-dialogs\.h$
|
|
^wpi/
|
|
^wpigui
|
|
}
|