-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
33 lines (33 loc) · 1.05 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
[submodule "visionaray"]
path = 3rdparty/visionaray
url = [email protected]:HellmannM/visionaray.git
branch = match
[submodule "3rdparty/nlohmann_json"]
path = 3rdparty/nlohmann_json
url = https://github.com/nlohmann/json.git
[submodule "3rdparty/CmdLine"]
path = 3rdparty/CmdLine
url = https://github.com/abolz/CmdLine.git
[submodule "3rdparty/ITK"]
path = 3rdparty/ITK
url = https://github.com/InsightSoftwareConsortium/ITK.git
[submodule "src/dnn-registration"]
path = dnn-registration
url = [email protected]:HellmannM/dnn-registration.git
branch = main
[submodule "src/anari-drr-viewer"]
path = anari-drr-viewer
url = [email protected]:HellmannM/anari-drr-viewer.git
branch = main
[submodule "src/anari-visionaray"]
path = anari-visionaray
url = [email protected]:HellmannM/anari-visionaray.git
branch = main
[submodule "testfiles"]
path = testfiles
url = [email protected]:HellmannM/xraygistration-testfiles.git
branch = main
[submodule "feature-matcher"]
path = feature-matcher
url = [email protected]:HellmannM/feature-matcher.git
branch = main