initial commit

This commit is contained in:
2024-06-22 16:38:19 +02:00
commit be8e7ecd69
10 changed files with 382 additions and 0 deletions

10
vcpkg.json Normal file
View File

@@ -0,0 +1,10 @@
{
"name": "nix-vcpkg-cross-experiment",
"version": "0.0.1",
"description": "Example of (cross) compiling vcpkg-dependant software with nix",
"license": "MIT",
"dependencies": [
"fmt",
"nlohmann-json"
]
}