vcpkg/ports/orange-math/vcpkg.json
Saikari 4c71f15288
[orange-math] new port (#42756)
Co-authored-by: Mengna-Li <543250287@qq.com>
2024-12-20 14:21:05 -06:00

19 lines
350 B
JSON

{
"name": "orange-math",
"version": "1.0.1",
"description": "General purpose math library",
"homepage": "https://github.com/orange-cpp/omath",
"license": "MIT",
"supports": "windows",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}