mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 15:29:06 +08:00
bcc8b849b3
* [libconfig] No vendored CMakeLists.txt * [libconfig] Cleanup * [libconfig] Fix libconfig++ cmake export
18 lines
348 B
JSON
18 lines
348 B
JSON
{
|
|
"name": "libconfig",
|
|
"version": "1.7.3",
|
|
"port-version": 4,
|
|
"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
|
|
}
|
|
]
|
|
}
|