Sane C++ Libraries
C++ Platform Abstraction Libraries
SC::Build::Parameters Struct Reference

Describes a specific set of platforms, architectures and build generators to generate projects for. More...

#include <Build.h>

Public Attributes

Platform::Type platform
 Platform to generate. More...
 
Architecture::Type architecture
 Architecture to generate. More...
 
Generator::Type generator
 Build system types to generate. More...
 
Directories directories
 

Detailed Description

Describes a specific set of platforms, architectures and build generators to generate projects for.

Member Data Documentation

◆ architecture

Architecture::Type SC::Build::Parameters::architecture

Architecture to generate.

◆ generator

Generator::Type SC::Build::Parameters::generator

Build system types to generate.

◆ platform

Platform::Type SC::Build::Parameters::platform

Platform to generate.


The documentation for this struct was generated from the following file: