forked from NOAA-OWP/ngen
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
23 lines (23 loc) · 812 Bytes
/
.gitmodules
File metadata and controls
23 lines (23 loc) · 812 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[submodule "test/googletest"]
path = test/googletest
url = https://github.com/google/googletest
ignore = dirty # So the generated folder doesn't show up in git status
[submodule "extern/pybind11"]
path = extern/pybind11
url = https://github.com/pybind/pybind11
[submodule "extern/t-route"]
path = extern/t-route
url = https://github.com/jdmattern-noaa/t-route.git
branch = ngen-routing
[submodule "extern/cfe/cfe"]
path = extern/cfe/cfe
url = https://github.com/NOAA-OWP/cfe.git
branch = master
[submodule "extern/topmodel/topmodel"]
path = extern/topmodel/topmodel
url = https://github.com/NOAA-OWP/topmodel.git
branch = master
[submodule "extern/noah-mp-modular/noah-mp-modular"]
path = extern/noah-mp-modular/noah-mp-modular
url = https://github.com/noaa-owp/noah-mp-modular
branch = main