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