Added the "artifact" property to the BuildOptions options in the executable target.

This commit is contained in:
Javier Cicchelli 2025-02-22 01:00:18 +01:00
parent 771f150f98
commit 613444ccde

View File

@ -6,6 +6,9 @@ extension Colibri.Build {
// MARK: Properties
@Option(name: .shortAndLong)
var artifact: Artifact = .executable
@Option(name: .shortAndLong)
var location: String?