Versions in this module Expand all Collapse all v0 v0.5.1 Nov 22, 2019 Changes in this version + type CreateConfig struct + CleanDirectory bool + PresetDir string + Project *ProjectConfig + Targets []*TargetConfig + WorkingDirectory string + type LanguageType string + const C + const Cxx + type OnOffType string + const Off + const On + type ProjectConfig struct + CxxExtensions OnOffType + CxxStandard int + CxxStandardRequired YesNoType + Language LanguageType + MajorVersion Version + MinorVersion Version + Name string + PatchVersion Version + Targets []*TargetConfig + type TargetConfig struct + CreateTest bool + CxxExtensions OnOffType + CxxStandard int + CxxStandardRequired YesNoType + MajorVersion Version + MinorVersion Version + Name string + Namespace string + PatchVersion Version + Type TargetType + type TargetType string + type Task string + type Version int + type YesNoType string + const No + const Yes