mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 02:11:58 +08:00
19 lines
350 B
JSON
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
|
||
|
}
|
||
|
]
|
||
|
}
|