File: .gitmodules

package info (click to toggle)
znc 1.10.1-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 12,164 kB
  • sloc: cpp: 58,072; javascript: 11,859; python: 1,635; perl: 1,229; tcl: 219; sh: 200; ansic: 187; makefile: 82
file content (15 lines) | stat: -rw-r--r-- 495 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[submodule "Csocket"]
	path = third_party/Csocket
	url = https://github.com/znc/Csocket
[submodule "third_party/googletest"]
	path = third_party/googletest
	url = https://github.com/google/googletest
[submodule "docker"]
	path = docker
	url = https://github.com/znc/znc-docker
[submodule "third_party/cctz"]
	path = third_party/cctz
	url = https://github.com/google/cctz
[submodule "third_party/gtest-parallel"]
	path = third_party/gtest-parallel
	url = https://github.com/google/gtest-parallel