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
|
||||
.target(name: "ToolCore"),
|
||||
.target(
|
||||
name: "ToolCore",
|
||||
dependencies: [
|
||||
.product(
|
||||
name: "ArgumentParser",
|
||||
package: "swift-argument-parser"
|
||||
)
|
||||
]
|
||||
),
|
||||
|
||||
// Test targets
|
||||
.testTarget(
|
||||
|
Reference in New Issue
Block a user