diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-30 20:11:57 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-30 20:11:57 +0100 |
| commit | e8cb127b3bab022a8b48b9935934d80f4dc00027 (patch) | |
| tree | c7d01ae1cfb62b48a12ec705a20bcb4ec31dac2b /.gitmodules | |
| parent | 3a636e5e2e4e695b52a0e6fed4ff58564ded1a38 (diff) | |
.
Diffstat (limited to '.gitmodules')
| -rwxr-xr-x | .gitmodules | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 18dac83..6d030bd 100755 --- a/.gitmodules +++ b/.gitmodules @@ -8,3 +8,16 @@ path = steamvr url = https://github.com/opentrack/openvr.git branch = master +[submodule "eigen"] + path = eigen + url = https://gitlab.com/libeigen/eigen.git +[submodule "libusb"] + path = libusb + url = https://github.com/libusb/libusb.git +[submodule "onnxruntime"] + path = onnxruntime + url = https://github.com/microsoft/onnxruntime.git +[submodule "trackhat-c-library-driver"] + path = trackhat-c-library-driver + url = https://github.com/opentrack/trackhat-c-library-driver.git + branch = fixes3 |
