cproject

package
v2.12.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 30, 2025 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetCprjDirs

func GetCprjDirs(file string) (string, string, error)

Types

type Cprj

type Cprj struct {
	XMLName      xml.Name     `xml:"cprj"`
	TargetOutput TargetOutput `xml:"target>output"`
}

type CprjBuilder

type CprjBuilder struct {
	builder.BuilderParams
}

func (CprjBuilder) Build

func (b CprjBuilder) Build() (err error)

func (CprjBuilder) Clean added in v2.7.0

func (b CprjBuilder) Clean() (err error)

type TargetOutput

type TargetOutput struct {
	XMLName xml.Name `xml:"output"`
	IntDir  string   `xml:"intdir,attr"`
	OutDir  string   `xml:"outdir,attr"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL