feat: initial conan support

This commit is contained in:
Yaroslav Gurov
2026-02-23 00:55:11 +01:00
parent 02be6dc5f9
commit 544ad4ba6e
9 changed files with 162 additions and 31 deletions
+8
View File
@@ -0,0 +1,8 @@
from conan import ConanFile
class AmneziaVPN(ConanFile):
settings = "os", "compiler", "build_type", "arch"
generators = "CMakeDeps"
def requirements(self):
self.requires("amnezia-xray-bindings/1.1.0")