aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/physx/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/physx/vcpkg.json')
-rw-r--r--vcpkg/ports/physx/vcpkg.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/vcpkg/ports/physx/vcpkg.json b/vcpkg/ports/physx/vcpkg.json
new file mode 100644
index 0000000..8736372
--- /dev/null
+++ b/vcpkg/ports/physx/vcpkg.json
@@ -0,0 +1,23 @@
+{
+ "name": "physx",
+ "version": "5.5.0",
+ "port-version": 1,
+ "description": "The NVIDIA PhysX SDK is a scalable multi-platform physics solution supporting a wide range of devices, from smartphones to high-end multicore CPUs and GPUs. This is the latest NVIDIA official version of the PhysX engine which also directly integrates into Omniverse. This port is NOT officially supported by NVIDIA.",
+ "homepage": "https://github.com/NVIDIA-Omniverse/PhysX",
+ "license": "BSD-3-Clause",
+ "supports": "(windows & x64 & !mingw & !uwp) | (linux & x64) | (linux & arm64)",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-get-vars",
+ "host": true
+ }
+ ]
+}