Adds a new package dependency to the collection
Source position: fpmkunit.pp line 695
public function TDependencies.Add( |
const Value: string |
):TDependency; |
const Value: string; |
const OSes: TOSes |
):TDependency; |
const Value: string; |
const CPUs: TCPUS; |
const OSes: TOSes |
):TDependency; |
Value |
|
Target name for the dependency |
Newly created dependency object
Value |
|
Target name for the dependency |
OSes |
|
Set of operating systems for this dependency |
Value |
|
Target name for the dependency |
CPUs |
|
Set of CPU architectures for this dependency |
OSes |
|
Set of operating systems for this dependency |
Creates and adds a new dependency with the specified package name to the collection. The dependency can be made platform-specific by providing CPU and OS restrictions.
Dependencies ensure that the required package is available before compilation of the dependent target begins.