Restructured the folder structure of the library target.

This commit is contained in:
Javier Cicchelli 2025-01-17 23:21:25 +01:00
parent 6955d816ef
commit 04bd2a1160
12 changed files with 2 additions and 2 deletions

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(