diff options
Diffstat (limited to 'vcpkg/ports/ampl-asl/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/ampl-asl/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/ampl-asl/vcpkg.json b/vcpkg/ports/ampl-asl/vcpkg.json new file mode 100644 index 0000000..f9bc1bb --- /dev/null +++ b/vcpkg/ports/ampl-asl/vcpkg.json @@ -0,0 +1,18 @@ +{ + "name": "ampl-asl", + "version": "1.0.1", + "description": "AMPL Solver Library", + "homepage": "https://github.com/ampl/asl", + "license": "BSD-3-Clause", + "supports": "!uwp", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |