mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-04-06 00:00:03 +08:00
Update configuration of the OpenVPNAdapter target
This commit is contained in:
@@ -15,8 +15,10 @@ let package = Package(
|
|||||||
.target(
|
.target(
|
||||||
name: "OpenVPNAdapter",
|
name: "OpenVPNAdapter",
|
||||||
dependencies: [
|
dependencies: [
|
||||||
|
.target(name: "mbedTLS"),
|
||||||
.target(name: "OpenVPN3")
|
.target(name: "OpenVPN3")
|
||||||
],
|
],
|
||||||
|
sources: ["library"],
|
||||||
cxxSettings: [
|
cxxSettings: [
|
||||||
.headerSearchPath("../OpenVPN3"),
|
.headerSearchPath("../OpenVPN3"),
|
||||||
]
|
]
|
||||||
@@ -60,4 +62,4 @@ let package = Package(
|
|||||||
)
|
)
|
||||||
],
|
],
|
||||||
cxxLanguageStandard: .gnucxx14
|
cxxLanguageStandard: .gnucxx14
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user