mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 16:28:59 +08:00
0fa8459cf3
* [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
22 lines
376 B
JSON
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"
|
|
}
|
|
}
|
|
}
|