vcpkg/ports/libdivide/vcpkg.json
2023-03-10 11:20:57 -08:00

23 lines
452 B
JSON

{
"name": "libdivide",
"version": "5.0",
"port-version": 1,
"description": "libdivide.h is a header-only C/C++ library for optimizing integer division.",
"homepage": "https://github.com/ridiculousfish/libdivide",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"test": {
"description": "Build test"
}
}
}