File: .gitmodules

package info (click to toggle)
c4core 0.2.7-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 5,184 kB
  • sloc: cpp: 35,521; python: 2,786; javascript: 414; makefile: 6
file content (12 lines) | stat: -rw-r--r-- 343 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
[submodule "cmake"]
	path = cmake
	url = https://github.com/biojppm/cmake
	branch = master
[submodule "extern/debugbreak"]
	path = src/c4/ext/debugbreak
	url = https://github.com/biojppm/debugbreak
	branch = master
[submodule "src/c4/ext/fast_float"]
	path = src/c4/ext/fast_float
	url = https://github.com/fastfloat/fast_float
	branch = main