We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf27b4b commit 58a102cCopy full SHA for 58a102c
1 file changed
MathParser/Package.swift Package.swiftMathParser/Package.swift renamed to Package.swift
@@ -20,9 +20,11 @@ let package = Package(
20
// Targets can depend on other targets in this package, and on products in packages which this package depends on.
21
.target(
22
name: "MathParser",
23
- dependencies: []),
+ dependencies: [],
24
+ path: "MathParser/Sources/MathParser"),
25
.testTarget(
26
name: "MathParserTests",
- dependencies: ["MathParser"]),
27
+ dependencies: ["MathParser"],
28
+ path: "MathParser/Tests/MathParserTests"),
29
]
30
)
0 commit comments