diff options
Diffstat (limited to 'vcpkg/ports/cctz/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/cctz/vcpkg.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/vcpkg/ports/cctz/vcpkg.json b/vcpkg/ports/cctz/vcpkg.json new file mode 100644 index 0000000..0ef1a25 --- /dev/null +++ b/vcpkg/ports/cctz/vcpkg.json @@ -0,0 +1,16 @@ +{ + "name": "cctz", + "version": "2.5", + "description": "two libraries that cooperate with <chrono> to give C++ programmers all the necessary tools for computing with dates, times, and time zones in a simple and correct manner.", + "homepage": "https://github.com/google/cctz", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |