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
4 changed files with 5 additions and 5 deletions
Showing only changes of commit 6955d816ef - Show all commits

View File

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