diff options
Diffstat (limited to 'vcpkg/ports/clue/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/clue/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/clue/vcpkg.json b/vcpkg/ports/clue/vcpkg.json new file mode 100644 index 0000000..bed4f2f --- /dev/null +++ b/vcpkg/ports/clue/vcpkg.json @@ -0,0 +1,17 @@ +{ + "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" + } + } +} |