mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 12:49:00 +08:00
50c0b41fe4
* 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>
18 lines
376 B
JSON
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"
|
|
}
|
|
}
|
|
}
|