![]() |
NDEVR
API Documentation
|
Stores application-level developer options and environmental variable references used throughout the build and development tool system. More...
Static Public Attributes | |
| static ApplicationOption< bool > | build_from_source |
| Whether to build modules from source rather than pre-built binaries. | |
| static ApplicationOption< String > | build_profile |
| The active build profile name. | |
| static ApplicationOption< String > | default_boiler_file |
| Default boilerplate template file path. | |
| static ApplicationOption< String > | developer_license |
| The developer license key. | |
| static ApplicationOption< String > | git_command |
| Path or name of the git executable. | |
| static ApplicationOption< String > | ms_build_path |
| Path to the MSBuild executable. | |
| static EnvironmentalVariable | ndevr_api_directory |
| Environment variable for the NDEVR API directory. | |
| static EnvironmentalVariable | ndevr_out_directory |
| Environment variable for the NDEVR output directory. | |
| static EnvironmentalVariable | ndevr_package_directory |
| Environment variable for the NDEVR package directory. | |
| static EnvironmentalVariable | ndevr_qt_version |
| Environment variable for the Qt version string. | |
| static EnvironmentalVariable | ndevr_source_directory |
| Environment variable for the NDEVR source directory. | |
| static EnvironmentalVariable | qt_directory |
| Environment variable for the Qt installation directory. | |
| static EnvironmentalVariable | vulkan_sdk_directory |
| Environment variable for the Vulkan SDK directory. | |
Stores application-level developer options and environmental variable references used throughout the build and development tool system.
Definition at line 9 of file DeveloperVariables.h.