Project.addBuildTypeSettings

Fills dst with build settings specific to the given build type.

class Project
void
addBuildTypeSettings
(
ref BuildSettings dst
,
in BuildPlatform platform
,
string build_type
,
bool for_root_package = true
)

Parameters

dst BuildSettings

The BuildSettings instance to add the build settings to

platform BuildPlatform

Target build platform

build_type string

Name of the build type

for_root_package bool

Selects if the build settings are for the root package or for one of the dependencies. Unittest flags will only be added to the root package.

Meta