diff options
Diffstat (limited to 'vcpkg/ports/fixed-containers/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/fixed-containers/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/fixed-containers/vcpkg.json b/vcpkg/ports/fixed-containers/vcpkg.json new file mode 100644 index 0000000..6d93718 --- /dev/null +++ b/vcpkg/ports/fixed-containers/vcpkg.json @@ -0,0 +1,18 @@ +{ + "name": "fixed-containers", + "version-date": "2024-09-19", + "description": "C++ Fixed Containers", + "homepage": "https://github.com/teslamotors/fixed-containers", + "license": "MIT", + "dependencies": [ + "magic-enum", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |