mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-04-24 00:00:05 +08:00
Rename target to OpenVPNClient and create separate folder for it
This commit is contained in:
+3
-3
@@ -16,7 +16,7 @@ let package = Package(
|
|||||||
name: "OpenVPNAdapter",
|
name: "OpenVPNAdapter",
|
||||||
dependencies: [
|
dependencies: [
|
||||||
.target(name: "mbedTLS"),
|
.target(name: "mbedTLS"),
|
||||||
.target(name: "OpenVPN3")
|
.target(name: "OpenVPNClient")
|
||||||
],
|
],
|
||||||
sources: ["library"],
|
sources: ["library"],
|
||||||
cxxSettings: [
|
cxxSettings: [
|
||||||
@@ -46,15 +46,15 @@ let package = Package(
|
|||||||
]
|
]
|
||||||
),
|
),
|
||||||
.target(
|
.target(
|
||||||
name: "OpenVPN3",
|
name: "OpenVPNClient",
|
||||||
dependencies: [
|
dependencies: [
|
||||||
.target(name: "LZ4"),
|
.target(name: "LZ4"),
|
||||||
.target(name: "mbedTLS")
|
.target(name: "mbedTLS")
|
||||||
],
|
],
|
||||||
sources: ["library"],
|
sources: ["library"],
|
||||||
cxxSettings: [
|
cxxSettings: [
|
||||||
.headerSearchPath("."),
|
|
||||||
.headerSearchPath("../ASIO/asio/include"),
|
.headerSearchPath("../ASIO/asio/include"),
|
||||||
|
.headerSearchPath("../OpenVPN3"),
|
||||||
.define("ASIO_STANDALONE"),
|
.define("ASIO_STANDALONE"),
|
||||||
.define("ASIO_NO_DEPRECATED"),
|
.define("ASIO_NO_DEPRECATED"),
|
||||||
.define("ASIO_HAS_STD_STRING_VIEW"),
|
.define("ASIO_HAS_STD_STRING_VIEW"),
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
../../OpenVPN3/client/ovpncli.hpp
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
../../OpenVPN3/client/ovpncli.cpp
|
||||||
Reference in New Issue
Block a user