Skip to content

Commit 08aa7af

Browse files
authored
Add nlohmann-json to vcpkg.json dependencies
1 parent 9d0a7f5 commit 08aa7af

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

scripts/vcpkg-manifest/vcpkg.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"name": "glib",
2828
"platform": "linux"
2929
},
30-
"wolf-midi"
30+
"wolf-midi",
31+
"nlohmann-json"
3132
],
3233
"vcpkg-configuration": {
3334
"overlay-ports": [
@@ -37,4 +38,4 @@
3738
"../vcpkg/triplets"
3839
]
3940
}
40-
}
41+
}

0 commit comments

Comments
 (0)