mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-23 02:00:20 +07:00
feat: initial conan support
This commit is contained in:
@@ -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")
|
||||
Reference in New Issue
Block a user