From 8a351b3cce6ae7aa4db28fa5ab4dfe1b94eacc02 Mon Sep 17 00:00:00 2001 From: Martin Date: Sun, 19 Jul 2020 10:19:25 +0200 Subject: [PATCH] Split the code into different files --- .gitmodules | 3 +++ motionPose/openvr | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 motionPose/openvr diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..5a479ae --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "motionPose/openvr"] + path = motionPose/openvr + url = https://github.com/ValveSoftware/openvr.git diff --git a/motionPose/openvr b/motionPose/openvr new file mode 160000 index 0000000..3a010f0 --- /dev/null +++ b/motionPose/openvr @@ -0,0 +1 @@ +Subproject commit 3a010f0f668d8de59fcba75b14e08a6a08ec68a0