vcpkg/ports/clue/vcpkg.json
chausner 50c0b41fe4
[clue] Update to 1.0.0 (#20329)
* Update clue to 1.0.0

* Update CI baseline

* Address PR feedback

* Update git-tree hash

* Update ports/clue/portfile.cmake

* Small changes for copyright

Co-authored-by: chausner <chausner@users.noreply.github.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
2021-09-27 19:50:26 -07:00

18 lines
376 B
JSON

{
"name": "clue",
"version": "1.0.0",
"description": "clue is a C++03 header-only library to log messages with a severity and optional module identifier.",
"homepage": "https://github.com/martinmoene/clue",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
],
"features": {
"test": {
"description": "Build test"
}
}
}