mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
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
|
||
|
|
}
|