Executable

Undocumented in source.
class Executable : ITarget {}

Members

Mixins

__anonymous
mixin TargetCommonMixin
Undocumented in source.

Mixed In Members

From mixin TargetCommonMixin

name
string name;
Undocumented in source.
sourceFiles
Path[] sourceFiles;
Undocumented in source.
this
this()
Undocumented in source.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
getSourceFiles
Path[] getSourceFiles()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From ITarget

toString
string toString()
Undocumented in source.
getSourceFiles
Path[] getSourceFiles()
Undocumented in source.

Meta