vcpkg/ports/aixlog/vcpkg.json
Thomas1664 f8ed143052
[aixlog] Disable examples (#24452)
* [aixlog] Disable examples

* Likely not semver

* version
2022-04-28 16:02:41 -07:00

15 lines
273 B
JSON

{
"name": "aixlog",
"version": "1.5.0",
"port-version": 1,
"description": "Header-only C++ logging library",
"homepage": "https://github.com/badaix/aixlog",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}