forked from CExA-project/ddc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
23 lines (22 loc) · 777 Bytes
/
.gitmodules
File metadata and controls
23 lines (22 loc) · 777 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright (C) The DDC development team, see COPYRIGHT.md file
#
# SPDX-License-Identifier: MIT
[submodule "vendor/googletest"]
path = vendor/googletest
url = https://github.com/google/googletest.git
branch = master
[submodule "vendor/benchmark"]
path = vendor/benchmark
url = https://github.com/google/benchmark.git
[submodule "vendor/kokkos"]
path = vendor/kokkos
url = https://github.com/kokkos/kokkos.git
[submodule "vendor/kokkos-kernels"]
path = vendor/kokkos-kernels
url = https://github.com/kokkos/kokkos-kernels.git
[submodule "vendor/doxygen-awesome-css"]
path = vendor/doxygen-awesome-css
url = https://github.com/jothepro/doxygen-awesome-css.git
[submodule "vendor/kokkos-fft"]
path = vendor/kokkos-fft
url = https://github.com/kokkos/kokkos-fft.git