mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
33 lines
371 B
Plaintext
33 lines
371 B
Plaintext
cppHeaderFileInclude {
|
|
\.h$
|
|
\.hpp$
|
|
\.inc$
|
|
\.inl$
|
|
}
|
|
|
|
cppSrcFileInclude {
|
|
\.cpp$
|
|
}
|
|
|
|
generatedFileExclude {
|
|
src/app/native/resources/
|
|
src/app/native/win/glass.ico
|
|
src/app/native/mac/glass.icns
|
|
}
|
|
|
|
repoRootNameOverride {
|
|
glass
|
|
}
|
|
|
|
includeOtherLibs {
|
|
^GLFW
|
|
^fmt/
|
|
^imgui
|
|
^upb/
|
|
}
|
|
|
|
includeProject {
|
|
wpi/gui/portable-file-dialogs.h
|
|
wpi/util/expected
|
|
}
|