-
Source files to compile.
Declaration
Swift
public let sources: [URL] -
Set SDK for the given platform.
Declaration
Swift
public let platform: Platform -
Specifies directories to framework search path.
Declaration
Swift
public let frameworks: [URL] -
Specifies sources which should be passed to the linker.
Declaration
Swift
public let linkers: [URL] -
Specifies directories to library link search path.
Declaration
Swift
public let libs: [URL] -
Initializes
CompilerOptionsDeclaration
Swift
public init(sources: [URL], platform: Platform, frameworks: [URL], linkers: [URL], libs: [URL])Parameters
sourcesSource files to compile.
platformSet SDK for the given platform.
frameworksList of the frameworks.
linkersList of the sources which should be passed to the linker.
libsList of the libraries.
Install in Dash
CompilerOptions Structure Reference