vcpkg/ports/fxdiv/vcpkg.json

14 lines
317 B
JSON
Raw Normal View History

{
"name": "fxdiv",
"version-date": "2021-02-21",
"port-version": 2,
"description": "C99/C++ header-only library for division via fixed-point multiplication by inverse",
"homepage": "https://github.com/Maratyszcza/FXdiv",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}