Top level build description holding all Workspace objects. More...
#include <Build.h>
Public Member Functions | |
Result | configure (StringView projectName, const Parameters ¶meters) const |
Generates projects for all workspaces, with specified parameters at given root path. More... | |
Public Attributes | |
Vector< Workspace > | workspaces |
Workspaces to be generated. More... | |
Top level build description holding all Workspace objects.
Result SC::Build::Definition::configure | ( | StringView | projectName, |
const Parameters & | parameters | ||
) | const |
Generates projects for all workspaces, with specified parameters at given root path.
projectName | Name of the workspace file / directory to generate |
parameters | Set of parameters with the wanted platforms, architectures and generators to generate |