Remove git modules and add vcpkg configuration

This commit is contained in:
2025-04-27 18:33:23 +02:00
parent 306d3a4b55
commit 670b93d0a1
67 changed files with 112 additions and 28157 deletions

21
vcpkg-configuration.json Normal file
View File

@@ -0,0 +1,21 @@
{
"default-registry": {
"kind": "git",
"baseline": "760bfd0c8d7c89ec640aec4df89418b7c2745605",
"repository": "https://github.com/microsoft/vcpkg"
},
"registries": [
{
"kind": "git",
"repository": "https://github.com/rmontanana/vcpkg-stash",
"baseline": "937200e829bb016a8287194d9d6cf47620914f51",
"packages": [
"arff-files",
"fimdlp",
"libtorch-bin",
"bayesnet",
"folding"
]
}
]
}