diff options
Diffstat (limited to 'vcpkg/ports/tgc/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/tgc/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/tgc/vcpkg.json b/vcpkg/ports/tgc/vcpkg.json new file mode 100644 index 0000000..788296a --- /dev/null +++ b/vcpkg/ports/tgc/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "tgc", + "version-date": "2019-08-11", + "port-version": 4, + "description": "A tiny garbage collector for C", + "homepage": "https://github.com/orangeduck/tgc", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |