diff options
Diffstat (limited to 'vcpkg/ports/fixed-string/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/fixed-string/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/fixed-string/vcpkg.json b/vcpkg/ports/fixed-string/vcpkg.json new file mode 100644 index 0000000..cbb1a27 --- /dev/null +++ b/vcpkg/ports/fixed-string/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "fixed-string", + "version": "0.1.1", + "description": "Header-only C++17 library provides a string class with std::array fixed-size semantic.", + "homepage": "https://github.com/unterumarmung/fixed_string", + "license": "MIT", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |