vcpkg/ports/inih/vcpkg.json
DownerCase 0fa8459cf3
[inih] Build with Meson + update to r57 (#33001)
* [inih] Use meson build, bump version

* [inih] Versioning

* Specify c++11 to meson to fix osx?

* [inih] Version

* Restore line endings

* Version

* Address review comments

- Removed CMake package versioning
  - Wasn't that useful as upstream don't use semver
- Use straight configure_file to install CMake package config
- Make cpp feature default
- Prefer PkgConfig usage

* Version

* Actually delete the CMakeList

* Version

* separate C and C++ library usage

* Version

* Remove unofficial CMake config

* Revert "Remove unofficial CMake config"

This reverts commit 94ff6a9032.

* Take Javier's suggestion
2023-08-11 15:22:31 -07:00

22 lines
376 B
JSON

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