aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
blob: 87ce1ef1020756083bfbafd34b92ce3816f0f618 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[submodule "thirdparty/eigen"]
	path = thirdparty/eigen
	url = https://gitlab.com/libeigen/eigen.git
[submodule "thirdparty/serialization_lib"]
	path = thirdparty/serialization_lib
	url = https://review.mlplatform.org/tosa/serialization_lib
[submodule "thirdparty/json"]
	path = thirdparty/json
	url = https://github.com/nlohmann/json.git
[submodule "thirdparty/doctest"]
	path = thirdparty/doctest
	url = https://github.com/doctest/doctest.git