diff options
Diffstat (limited to 'vcpkg/ports/ezfoundation/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/ezfoundation/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/ezfoundation/vcpkg.json b/vcpkg/ports/ezfoundation/vcpkg.json new file mode 100644 index 0000000..6b60fd2 --- /dev/null +++ b/vcpkg/ports/ezfoundation/vcpkg.json @@ -0,0 +1,18 @@ +{ + "name": "ezfoundation", + "version": "21.10", + "description": "Foundation library out of ezEngine", + "homepage": "https://ezengine.net/", + "license": "MIT", + "supports": "windows | uwp", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |