aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/poissonrecon/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/poissonrecon/vcpkg.json')
-rw-r--r--vcpkg/ports/poissonrecon/vcpkg.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/poissonrecon/vcpkg.json b/vcpkg/ports/poissonrecon/vcpkg.json
new file mode 100644
index 0000000..636743e
--- /dev/null
+++ b/vcpkg/ports/poissonrecon/vcpkg.json
@@ -0,0 +1,19 @@
+{
+ "name": "poissonrecon",
+ "version-date": "2021-09-26",
+ "description": "Adaptive Multigrid Solvers",
+ "homepage": "https://github.com/mkazhdan/PoissonRecon",
+ "dependencies": [
+ "libjpeg-turbo",
+ "libpng",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ },
+ "zlib"
+ ]
+}