Revision 49aeacb7334674d669ffb3d1a65adfca6a5b6680 authored by Rainer Gericke on 11 April 2024, 12:14:26 UTC, committed by Rainer Gericke on 11 April 2024, 12:14:26 UTC
This reverts commit 2e7f1efe8b4d0b826f9a1e0b0130cb7002008246.
1 parent ccd9c36
Raw File
.gitmodules
[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
back to top