mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 01:38:59 +08:00
4b129ae0e7
* [libconfig] Fix static usage * [libconfig] Update patch
18 lines
348 B
JSON
18 lines
348 B
JSON
{
|
|
"name": "libconfig",
|
|
"version": "1.7.3",
|
|
"port-version": 5,
|
|
"description": "C/C++ library for processing configuration files",
|
|
"homepage": "https://github.com/hyperrealm/libconfig",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|