ProjectGenerator.TargetInfo

Information about a single binary target.

A binary target can either be an executable or a static/dynamic library. It consists of one or more packages.

Members

Variables

buildSettings
BuildSettings buildSettings;

Build settings used to build the target.

config
string config;

The configuration used for building the root package

dependencies
string[] dependencies;

List of all dependencies.

linkDependencies
string[] linkDependencies;

List of all binary dependencies.

pack
Package pack;

The root package of this target

packages
Package[] packages;

All packages compiled into this target

Meta