-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitmodules
73 lines (73 loc) · 1.9 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
[submodule "sst"]
path = sst
url = [email protected]:WireCell/wire-cell-sst.git
update = merge
[submodule "riodata"]
path = riodata
url = [email protected]:WireCell/wire-cell-riodata.git
update = merge
[submodule "rootdict"]
path = rootdict
url = [email protected]:WireCell/wire-cell-rootdict.git
update = merge
[submodule "alg"]
path = alg
url = [email protected]:WireCell/wire-cell-alg.git
update = merge
[submodule "rootvis"]
path = rootvis
url = [email protected]:WireCell/wire-cell-rootvis.git
update = merge
[submodule "bio"]
path = bio
url = [email protected]:WireCell/wire-cell-bio.git
update = merge
[submodule "wire-cell-tbb"]
path = wire-cell-tbb
url = [email protected]:WireCell/wire-cell-tbb.git
update = merge
[submodule "apps"]
path = apps
url = [email protected]:wirecell/wire-cell-apps
[submodule "cfg"]
path = cfg
url = [email protected]:wirecell/wire-cell-cfg
[submodule "cuda"]
path = cuda
url = [email protected]:wirecell/wire-cell-cuda
[submodule "dfp"]
path = dfp
url = [email protected]:wirecell/wire-cell-dfp
[submodule "gen"]
path = gen
url = [email protected]:wirecell/wire-cell-gen
[submodule "iface"]
path = iface
url = [email protected]:wirecell/wire-cell-iface
[submodule "img"]
path = img
url = [email protected]:wirecell/wire-cell-img
[submodule "pgraph"]
path = pgraph
url = [email protected]:wirecell/wire-cell-pgraph
[submodule "ress"]
path = ress
url = [email protected]:wirecell/wire-cell-ress
[submodule "root"]
path = root
url = [email protected]:wirecell/wire-cell-root
[submodule "sigproc"]
path = sigproc
url = [email protected]:wirecell/wire-cell-sigproc
[submodule "sio"]
path = sio
url = [email protected]:wirecell/wire-cell-sio
[submodule "tbb"]
path = tbb
url = [email protected]:wirecell/wire-cell-tbb
[submodule "util"]
path = util
url = [email protected]:wirecell/wire-cell-util
[submodule "waftools"]
path = waftools
url = [email protected]:wirecell/waf-tools