Add ArgumentParser dependency to ToolCore target
Some checks reported warnings
gitea-openium/resgen.swift/pipeline/head This commit is unstable
Some checks reported warnings
gitea-openium/resgen.swift/pipeline/head This commit is unstable
This commit is contained in:
@ -40,7 +40,15 @@ let package = Package(
|
|||||||
),
|
),
|
||||||
|
|
||||||
// Helper targets
|
// Helper targets
|
||||||
.target(name: "ToolCore"),
|
.target(
|
||||||
|
name: "ToolCore",
|
||||||
|
dependencies: [
|
||||||
|
.product(
|
||||||
|
name: "ArgumentParser",
|
||||||
|
package: "swift-argument-parser"
|
||||||
|
)
|
||||||
|
]
|
||||||
|
),
|
||||||
|
|
||||||
// Test targets
|
// Test targets
|
||||||
.testTarget(
|
.testTarget(
|
||||||
|
Reference in New Issue
Block a user