diff options
Diffstat (limited to 'vcpkg/ports/zycore/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/zycore/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/zycore/vcpkg.json b/vcpkg/ports/zycore/vcpkg.json new file mode 100644 index 0000000..84f27cc --- /dev/null +++ b/vcpkg/ports/zycore/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "zycore", + "version": "1.5.1", + "description": "Provides platform independent types, macros and a fallback for environments without LibC.", + "homepage": "https://github.com/zyantific/zycore-c", + "license": "MIT", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |