Package.addBuildTypeSettings

Adds build type specific settings to an existing set of build settings.

This function searches the package recipe for overridden build types. If none is found, the default build settings will be applied, if build_type matches a default build type name. An exception is thrown otherwise.

class Package
const
void
addBuildTypeSettings
(
ref BuildSettings settings
,
in BuildPlatform platform
,
string build_type
)

Meta