mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
This is a support tool for datalog file conversion (and eventually download/remote datalog file management).
30 lines
353 B
Plaintext
30 lines
353 B
Plaintext
cppHeaderFileInclude {
|
|
\.h$
|
|
\.inc$
|
|
\.inl$
|
|
}
|
|
|
|
cppSrcFileInclude {
|
|
\.cpp$
|
|
}
|
|
|
|
generatedFileExclude {
|
|
src/main/native/resources/
|
|
src/main/native/win/datalogtool.ico
|
|
src/main/native/mac/datalogtool.icns
|
|
}
|
|
|
|
repoRootNameOverride {
|
|
datalogtool
|
|
}
|
|
|
|
includeOtherLibs {
|
|
^GLFW
|
|
^fmt/
|
|
^glass/
|
|
^imgui
|
|
^portable-file-dialog
|
|
^wpi/
|
|
^wpigui
|
|
}
|