forked from projectchrono/chrono
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
23 lines (23 loc) · 967 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[submodule "src/chrono_thirdparty/googletest"]
path = src/chrono_thirdparty/googletest
url = https://github.com/google/googletest.git
[submodule "src/chrono_thirdparty/googlebenchmark"]
path = src/chrono_thirdparty/googlebenchmark
url = https://github.com/google/benchmark.git
[submodule "src/chrono_thirdparty/flatbuffers"]
path = src/chrono_thirdparty/flatbuffers
url = https://github.com/google/flatbuffers.git
[submodule "src/chrono_thirdparty/chpf"]
path = src/chrono_thirdparty/chpf
url = https://gitlab.com/uwsbel/chpf.git
[submodule "src/chrono_thirdparty/cub"]
path = src/chrono_thirdparty/cub
url = https://github.com/NVIDIA/cub.git
[submodule "src/chrono_thirdparty/DEM-Engine"]
path = src/chrono_thirdparty/DEM-Engine
url = https://github.com/projectchrono/DEM-Engine
branch = main
[submodule "src/chrono_thirdparty/fmu_tools"]
path = src/chrono_thirdparty/fmu_tools
url = https://github.com/DigitalDynamicsLab/fmu_tools.git
branch = main