2020-12-26 14:31:24 -08:00
|
|
|
cppHeaderFileInclude {
|
|
|
|
|
\.h$
|
2025-11-07 19:56:29 -05:00
|
|
|
\.hpp$
|
2020-12-26 14:31:24 -08:00
|
|
|
\.inc$
|
|
|
|
|
\.inl$
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
cppSrcFileInclude {
|
|
|
|
|
\.cpp$
|
|
|
|
|
}
|
|
|
|
|
|
2020-12-23 13:05:44 -08:00
|
|
|
generatedFileExclude {
|
|
|
|
|
src/app/native/resources/
|
|
|
|
|
src/app/native/win/glass.ico
|
|
|
|
|
src/app/native/mac/glass.icns
|
|
|
|
|
}
|
2020-12-26 14:31:24 -08:00
|
|
|
|
|
|
|
|
repoRootNameOverride {
|
|
|
|
|
glass
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
includeOtherLibs {
|
|
|
|
|
^GLFW
|
2021-06-06 16:13:58 -07:00
|
|
|
^fmt/
|
2020-12-26 14:31:24 -08:00
|
|
|
^imgui
|
2025-08-17 01:56:32 -04:00
|
|
|
^upb/
|
2025-11-07 19:56:29 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
includeProject {
|
|
|
|
|
wpi/gui/portable-file-dialogs.h
|
|
|
|
|
wpi/util/expected
|
2020-12-26 14:31:24 -08:00
|
|
|
}
|