diff options
Diffstat (limited to 'vcpkg/ports/superglu/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/superglu/vcpkg.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/superglu/vcpkg.json b/vcpkg/ports/superglu/vcpkg.json new file mode 100644 index 0000000..a469ff5 --- /dev/null +++ b/vcpkg/ports/superglu/vcpkg.json @@ -0,0 +1,19 @@ +{ + "name": "superglu", + "version": "1.3.3", + "description": "SGI GLU with miscellaneous fixes", + "homepage": "https://github.com/coin3d/superglu", + "license": "SGI-B-1.1", + "supports": "windows & !uwp", + "dependencies": [ + "opengl-registry", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |