vcpkg/ports/units/vcpkg.json
Thomas1664 e018f75cf9
[units] Fix cmake usage (#36748)
* [units] Fix cmake targets

* version
2024-02-14 23:04:35 -08:00

19 lines
425 B
JSON

{
"name": "units",
"version": "2.3.3",
"port-version": 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
}
]
}