]> git.ipfire.org Git - thirdparty/openvpn.git/commit
vcpkg: switch to manifest
authorLev Stipakov <lev@openvpn.net>
Thu, 5 May 2022 12:14:49 +0000 (15:14 +0300)
committerGert Doering <gert@greenie.muc.de>
Thu, 5 May 2022 13:41:23 +0000 (15:41 +0200)
commitf6d80493a965d08c6b9beb67e25e2762b8aa94d9
tree9ba4f76e478711fd5e57d3452b73a01b69426368
parent1f1b8980a59145900282a4bc964e4a9bb05ff206
vcpkg: switch to manifest

Add vcpkg manifest file which lists
dependencies and enable manifest usage in
project file.

This simplifies build process by eliminating
separate "vcpkg install" step to install dependencies.

Since vcpkg added openssl3 port, remove ours.

Signed-off-by: Lev Stipakov <lev@openvpn.net>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20220505121449.347-1-lstipakov@gmail.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg24285.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
.github/workflows/build.yaml
.gitignore
contrib/vcpkg-ports/openssl3/portfile.cmake [deleted file]
contrib/vcpkg-ports/openssl3/usage [deleted file]
contrib/vcpkg-ports/openssl3/vcpkg.json [deleted file]
contrib/vcpkg-ports/pkcs11-helper/portfile.cmake
src/openvpn/openvpn.vcxproj
src/openvpn/vcpkg.json [new file with mode: 0644]