Added the "artifact" property to the BuildOptions options in the executable target.
This commit is contained in:
parent
771f150f98
commit
613444ccde
@ -6,6 +6,9 @@ extension Colibri.Build {
|
||||
|
||||
// MARK: Properties
|
||||
|
||||
@Option(name: .shortAndLong)
|
||||
var artifact: Artifact = .executable
|
||||
|
||||
@Option(name: .shortAndLong)
|
||||
var location: String?
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user