mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 19:49:01 +08:00
660295dc22
* [cppad/cpuid] Update to latest version * Add quotes to SOURCE_PATH Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
18 lines
364 B
JSON
18 lines
364 B
JSON
{
|
|
"name": "cppad",
|
|
"version-string": "20210000.7",
|
|
"description": "CppAD: A Package for Differentiation of C++ Algorithms",
|
|
"homepage": "https://github.com/coin-or/CppAD",
|
|
"supports": "!(arm | uwp)",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|