Restructured the folder structure of the executable target.
This commit is contained in:
parent
94e28a324b
commit
6955d816ef
@ -33,15 +33,15 @@ let package = Package(
|
||||
),
|
||||
.target(name: "ColibriLibrary")
|
||||
],
|
||||
path: "Sources/Executable",
|
||||
resources: [
|
||||
.copy("Resources/")
|
||||
]
|
||||
path: "Executable"
|
||||
),
|
||||
.target(
|
||||
name: "ColibriLibrary",
|
||||
dependencies: [],
|
||||
path: "Sources/Library"
|
||||
path: "Sources/Library",
|
||||
resources: [
|
||||
.copy("Resources/Files/LICENSE")
|
||||
]
|
||||
),
|
||||
.testTarget(
|
||||
name: "ColibriTests",
|
||||
|
Loading…
x
Reference in New Issue
Block a user