diff options
Diffstat (limited to 'vcpkg/ports/llnl-units/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/llnl-units/vcpkg.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/vcpkg/ports/llnl-units/vcpkg.json b/vcpkg/ports/llnl-units/vcpkg.json new file mode 100644 index 0000000..f26ba0b --- /dev/null +++ b/vcpkg/ports/llnl-units/vcpkg.json @@ -0,0 +1,23 @@ +{ + "name": "llnl-units", + "version": "0.13.1", + "port-version": 1, + "description": "A run-time C++ library for working with units of measurement and conversions between them and with string representations of units and measurements", + "homepage": "https://github.com/LLNL/units", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "features": { + "tools": { + "description": "Build the command line tool", + "supports": "!uwp" + } + } +} |