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
  ^networktables/
  ^ntcore
  ^wpi/
  ^wpigui
  ^wpimath/
}
