diff --git a/vcpkg-configuration.json b/vcpkg-configuration.json new file mode 100644 index 0000000000..aaac8e87e6 --- /dev/null +++ b/vcpkg-configuration.json @@ -0,0 +1,15 @@ +{ + "default-registry": { + "kind": "git", + "repository": "https://github.com/microsoft/vcpkg", + "baseline": "94c728df6b4c1c186e2ba58952f48ac744f4ef3b" + }, + "registries": [ + { + "kind": "git", + "repository": "https://gitlab.com/kicad/packaging/kicad-vcpkg-registry.git", + "baseline": "4c7655ce8a727d105140c6176146b3a763671037", + "packages": [ "python3", "wxpython", "wxwidgets" ] + } + ] +} \ No newline at end of file diff --git a/vcpkg.json b/vcpkg.json new file mode 100644 index 0000000000..105f88491b --- /dev/null +++ b/vcpkg.json @@ -0,0 +1,33 @@ +{ + "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json", + "name": "kicad", + "version": "6.99", + "license": "GPL-2.0+", + "dependencies": [ + "boost", + "cairo", + "wxwidgets", + "glew", + "curl", + "gettext", + "glm", + "libxslt", + "opencascade", + "opengl", + "python3", + "openssl", + "icu", + "ngspice", + "wxpython" + ], + "overrides": [ + { + "name": "python3", + "version": "3.9.10#1" + }, + { + "name": "wxwidgets", + "version": "3.1.5#10" + } + ] +} \ No newline at end of file