submodule import

This commit is contained in:
patrick-zippenfenig 2022-08-06 20:00:50 +02:00
parent 81878bee8e
commit 0b88a98474
5 changed files with 8 additions and 1 deletions

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "Submodules/ZoneDetect"]
path = Submodules/ZoneDetect
url = https://github.com/BertoldVdb/ZoneDetect.git

View file

@ -18,9 +18,10 @@ let package = Package(
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
// Targets can depend on other targets in this package, and on products in packages this package depends on.
.target(name: "CZoneDetect"),
.target(
name: "SwiftTimeZoneLookup",
dependencies: []),
dependencies: ["CZoneDetect"]),
.testTarget(
name: "SwiftTimeZoneLookupTests",
dependencies: ["SwiftTimeZoneLookup"]),

View file

@ -0,0 +1 @@
#include "../src/timezonedetect.h"

1
Sources/CZoneDetect/src Symbolic link
View file

@ -0,0 +1 @@
../../Submodules/ZoneDetect/library

1
Submodules/ZoneDetect Submodule

@ -0,0 +1 @@
Subproject commit 0e7c2729c1bd54deea8121d830745243a1970df3