vcpkg/ports/inih/vcpkg.json
Samuel Marks 727bdba9a3
[inih] Upgrade from r51 to r56 (#25879)
* [ports/inih/{portfile.cmake,vcpkg.json}] Upgrade from r51 to r56

* [ports/inih] Upgrade to latest vcpkg recommendations

* [ports/inih/CMakeLists.txt] Export targets (following `ports/openctm/CMakeLists.txt` template)

* Thomas1664's nitpicks agreed on by BillyONeal.

* Fix vcpkg_cmake_config_fixup call and add usage.

* Hook up with_INIReader

* Version DB oops

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-08-18 17:15:25 -07:00

23 lines
400 B
JSON

{
"name": "inih",
"version": "56",
"description": "Simple .INI file parser",
"homepage": "https://github.com/benhoyt/inih",
"license": "BSD-3-Clause",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"cpp": {
"description": "Build the C++ library"
}
}
}