File: .gitmodules

package info (click to toggle)
mstch 1.0.2-3
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 940 kB
  • sloc: cpp: 1,429; makefile: 4
file content (15 lines) | stat: -rw-r--r-- 496 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[submodule "vendor/Catch"]
	path = vendor/Catch
	url = https://github.com/philsquared/Catch.git
[submodule "vendor/spec"]
	path = vendor/spec
	url = https://github.com/mustache/spec.git
[submodule "vendor/benchmark"]
	path = vendor/benchmark
	url = https://github.com/google/benchmark.git
[submodule "vendor/headerize"]
	path = vendor/headerize
	url = https://github.com/no1msd/headerize.git
[submodule "vendor/rapidjson"]
	path = vendor/rapidjson
	url = https://github.com/miloyip/rapidjson.git