![]() |
NDEVR
API Documentation
|
Stores String variables reprenting the type of compile configuration that will be supported by a particular Module or resource (debug vs release). More...
Static Public Attributes | |
| static constexpr StringView | all = "debug|release" |
| All build configurations combined. | |
| static constexpr StringView | debug = "debug" |
| Debug build configuration. | |
| static constexpr StringView | release = "release" |
| Release build configuration. | |
Stores String variables reprenting the type of compile configuration that will be supported by a particular Module or resource (debug vs release).
Definition at line 30 of file ModuleResourceManager.h.