aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
blob: 5ed5edb132f1d45e00e261647aa3625b596cd9da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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
[submodule "thirdparty/specification"]
	path = thirdparty/specification
	url = https://review.mlplatform.org/tosa/specification