mirror of
https://github.com/samsonjs/SwiftTimeZoneLookup.git
synced 2026-04-27 14:57:39 +00:00
submodule import
This commit is contained in:
parent
81878bee8e
commit
0b88a98474
5 changed files with 8 additions and 1 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "Submodules/ZoneDetect"]
|
||||||
|
path = Submodules/ZoneDetect
|
||||||
|
url = https://github.com/BertoldVdb/ZoneDetect.git
|
||||||
|
|
@ -18,9 +18,10 @@ let package = Package(
|
||||||
targets: [
|
targets: [
|
||||||
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
|
// 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.
|
// Targets can depend on other targets in this package, and on products in packages this package depends on.
|
||||||
|
.target(name: "CZoneDetect"),
|
||||||
.target(
|
.target(
|
||||||
name: "SwiftTimeZoneLookup",
|
name: "SwiftTimeZoneLookup",
|
||||||
dependencies: []),
|
dependencies: ["CZoneDetect"]),
|
||||||
.testTarget(
|
.testTarget(
|
||||||
name: "SwiftTimeZoneLookupTests",
|
name: "SwiftTimeZoneLookupTests",
|
||||||
dependencies: ["SwiftTimeZoneLookup"]),
|
dependencies: ["SwiftTimeZoneLookup"]),
|
||||||
|
|
|
||||||
1
Sources/CZoneDetect/include/include.h
Normal file
1
Sources/CZoneDetect/include/include.h
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
#include "../src/timezonedetect.h"
|
||||||
1
Sources/CZoneDetect/src
Symbolic link
1
Sources/CZoneDetect/src
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
../../Submodules/ZoneDetect/library
|
||||||
1
Submodules/ZoneDetect
Submodule
1
Submodules/ZoneDetect
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 0e7c2729c1bd54deea8121d830745243a1970df3
|
||||||
Loading…
Reference in a new issue