aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/inih/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/inih/vcpkg.json')
-rw-r--r--vcpkg/ports/inih/vcpkg.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/vcpkg/ports/inih/vcpkg.json b/vcpkg/ports/inih/vcpkg.json
new file mode 100644
index 0000000..435aa36
--- /dev/null
+++ b/vcpkg/ports/inih/vcpkg.json
@@ -0,0 +1,21 @@
+{
+ "name": "inih",
+ "version": "62",
+ "description": "Simple .INI file parser",
+ "homepage": "https://github.com/benhoyt/inih",
+ "license": "BSD-3-Clause",
+ "dependencies": [
+ {
+ "name": "vcpkg-tool-meson",
+ "host": true
+ }
+ ],
+ "default-features": [
+ "cpp"
+ ],
+ "features": {
+ "cpp": {
+ "description": "Build the C++ library"
+ }
+ }
+}