aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/cxxopts/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/cxxopts/vcpkg.json')
-rw-r--r--vcpkg/ports/cxxopts/vcpkg.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/cxxopts/vcpkg.json b/vcpkg/ports/cxxopts/vcpkg.json
new file mode 100644
index 0000000..5b3c1d9
--- /dev/null
+++ b/vcpkg/ports/cxxopts/vcpkg.json
@@ -0,0 +1,18 @@
+{
+ "name": "cxxopts",
+ "version-semver": "3.3.1",
+ "port-version": 1,
+ "description": "A lightweight C++ option parser library, supporting the standard GNU style syntax for options",
+ "homepage": "https://github.com/jarro2783/cxxopts",
+ "license": "MIT",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}