Template support for input parameters #4

Merged
javier merged 81 commits from feature/arguments-templating into main 2025-02-17 22:11:06 +00:00
12 changed files with 2 additions and 2 deletions
Showing only changes of commit 04bd2a1160 - Show all commits

View File

@ -38,9 +38,9 @@ let package = Package(
.target(
name: "ColibriLibrary",
dependencies: [],
path: "Sources/Library",
path: "Library",
resources: [
.copy("Resources/Files/LICENSE")
.copy("Resources/Files")
]
),
.testTarget(