From 2cf93def50f7b3e83a0751e5340a42ad956ac6b9 Mon Sep 17 00:00:00 2001 From: bailehuni Date: Mon, 29 Jul 2024 18:58:25 +0100 Subject: [PATCH] Add PhysX submodule --- .gitmodules | 3 +++ vendor/PhysX | 1 + 2 files changed, 4 insertions(+) create mode 160000 vendor/PhysX diff --git a/.gitmodules b/.gitmodules index 537768c..af56be9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule "vendor/volk"] path = vendor/volk url = https://github.com/zeux/volk.git +[submodule "vendor/PhysX"] + path = vendor/PhysX + url = https://github.com/NVIDIA-Omniverse/PhysX.git diff --git a/vendor/PhysX b/vendor/PhysX new file mode 160000 index 0000000..44667a2 --- /dev/null +++ b/vendor/PhysX @@ -0,0 +1 @@ +Subproject commit 44667a2576f8145bb972c81cab255824455fc5c7