Groups multiple Project together with shared compile and link flags. More...
#include <Build.h>
Public Member Functions | |
Workspace (StringView name) | |
Result | validate () const |
Validates all projects in this workspace. | |
Public Attributes | |
String | name |
Workspace name. | |
Vector< Project > | projects |
List of projects in this workspace. | |
Groups multiple Project together with shared compile and link flags.
|
nodiscard |
Validates all projects in this workspace.