https://github.com/projectchrono/chrono
Raw File
Tip revision: 0c250871eb7dd2dd68014ea8a235182644a32b5b authored by Radu Serban on 13 April 2024, 12:37:29 UTC
Ignore OpenCascade C++ flags.
Tip revision: 0c25087
.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