diff options
Diffstat (limited to 'vcpkg/ports/pfultz2-linq/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/pfultz2-linq/vcpkg.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/vcpkg/ports/pfultz2-linq/vcpkg.json b/vcpkg/ports/pfultz2-linq/vcpkg.json new file mode 100644 index 0000000..2c7c45b --- /dev/null +++ b/vcpkg/ports/pfultz2-linq/vcpkg.json @@ -0,0 +1,26 @@ +{ + "name": "pfultz2-linq", + "version-date": "2019-05-14", + "port-version": 3, + "description": "Linq for list comprehension in C++", + "dependencies": [ + "boost-fusion", + "boost-iterator", + "boost-mpl", + "boost-optional", + "boost-preprocessor", + "boost-range", + "boost-static-assert", + "boost-type-traits", + "boost-unordered", + "boost-utility", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |