diff options
Diffstat (limited to 'vcpkg/ports/units/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/units/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/units/vcpkg.json b/vcpkg/ports/units/vcpkg.json new file mode 100644 index 0000000..122edf1 --- /dev/null +++ b/vcpkg/ports/units/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "units", + "version": "3.1.1", + "description": "A compile-time, header-only, dimensional analysis and unit conversion library built on c++14 with no dependencies.", + "homepage": "https://github.com/nholthaus/units", + "license": "MIT", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |