Project.addBuildTypeSettings

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

class Project
void
addBuildTypeSettings
(
ref BuildSettings dst
,,
bool for_root_package = true
)

Parameters

dst BuildSettings

The BuildSettings instance to add the build settings to

gsettings GeneratorSettings

Target generator settings

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