mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
This avoids the need to define it early in the include order everywhere else. Signed-off-by: Jade Turner <spacey-sooty@proton.me>
37 lines
413 B
Plaintext
37 lines
413 B
Plaintext
cppHeaderFileInclude {
|
|
\.h$
|
|
\.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
|
|
^cscore
|
|
^fmt/
|
|
^fields/
|
|
^frc/
|
|
^google/
|
|
^imgui
|
|
portable-file-dialogs.h
|
|
^networktables/
|
|
^ntcore
|
|
^units
|
|
^wpi/
|
|
^wpigui
|
|
^wpimath/
|
|
}
|