vcpkg/ports/mp-units/vcpkg.json
2024-10-08 15:52:00 -04:00

20 lines
350 B
JSON

{
"name": "mp-units",
"version": "2.3.0",
"description": "mp-units - A Units Library for C++",
"homepage": "https://github.com/mpusz/units",
"license": "MIT",
"dependencies": [
"fmt",
"gsl-lite",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}