summaryrefslogtreecommitdiff
path: root/.gitmodules
blob: 55067ee9548724195d9829b6c441e18cbc4434a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[submodule "third_party/testsuite"]
	path = third_party/testsuite
	url = https://github.com/WebAssembly/testsuite
[submodule "third_party/v8/v8"]
	path = third_party/v8/v8
	url = https://chromium.googlesource.com/v8/v8.git
[submodule "third_party/gtest"]
	path = third_party/gtest
	url = https://github.com/google/googletest
[submodule "third_party/squirrel"]
	path = third_party/squirrel
	url = https://github.com/albertodemichelis/squirrel/
[submodule "third_party/CMakeXFind"]
	path = third_party/CMakeXFind
	url = https://github.com/julp/CMakeXFind
[submodule "third_party/ply"]
	path = third_party/ply
	url = https://github.com/dabeaz/ply