aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/nlohmann-json/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/nlohmann-json/vcpkg.json')
-rw-r--r--vcpkg/ports/nlohmann-json/vcpkg.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/vcpkg/ports/nlohmann-json/vcpkg.json b/vcpkg/ports/nlohmann-json/vcpkg.json
new file mode 100644
index 0000000..48ef875
--- /dev/null
+++ b/vcpkg/ports/nlohmann-json/vcpkg.json
@@ -0,0 +1,23 @@
+{
+ "name": "nlohmann-json",
+ "version-semver": "3.12.0",
+ "port-version": 1,
+ "description": "JSON for Modern C++",
+ "homepage": "https://github.com/nlohmann/json",
+ "license": "MIT",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ],
+ "features": {
+ "diagnostics": {
+ "description": "Build json_diagnostics"
+ }
+ }
+}