mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 13:21:39 +08:00
d23405ca34
* [mp-units] Configure only src folder * [mp-units] Configure only src folder + add license
21 lines
378 B
JSON
21 lines
378 B
JSON
{
|
|
"name": "mp-units",
|
|
"version-semver": "0.7.0",
|
|
"port-version": 1,
|
|
"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
|
|
}
|
|
]
|
|
}
|