Project.addBuildSettings

Fills dst with values from this project.

dst gets initialized according to the given platform and config.

class Project
const
void
addBuildSettings

Parameters

dst BuildSettings

The BuildSettings struct to fill with data.

platform BuildPlatform

The platform to retrieve the values for.

config string

Values of the given configuration will be retrieved.

root_package Package

If non null, use it instead of the project's real root package.

Meta