mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 17:39:00 +08:00
7cfd63db7f
Co-authored-by: jyu49 <yu_jack@apple.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
18 lines
348 B
JSON
18 lines
348 B
JSON
{
|
|
"name": "libconfig",
|
|
"version": "1.7.3",
|
|
"port-version": 3,
|
|
"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
|
|
}
|
|
]
|
|
}
|