forked from cosmoscout/cosmoscout-vr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
58 lines (56 loc) · 2.15 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
# ------------------------------------------------------------------------------------------------ #
# This file is part of CosmoScout VR #
# ------------------------------------------------------------------------------------------------ #
# SPDX-FileCopyrightText: German Aerospace Center (DLR) <[email protected]>
# SPDX-License-Identifier: CC0-1.0
[submodule "externals/libtiff"]
path = externals/libtiff
url = https://github.com/cosmoscout/libtiff.git
[submodule "externals/opensg-1.8"]
path = externals/opensg-1.8
url = https://github.com/cosmoscout/opensg-1.8.git
[submodule "externals/c-ares"]
path = externals/c-ares
url = https://github.com/cosmoscout/c-ares.git
[submodule "externals/curl"]
path = externals/curl
url = https://github.com/cosmoscout/curl.git
[submodule "externals/curlpp"]
path = externals/curlpp
url = https://github.com/cosmoscout/curlpp.git
[submodule "externals/freeglut"]
path = externals/freeglut
url = https://github.com/cosmoscout/freeglut.git
[submodule "externals/gli"]
path = externals/gli
url = https://github.com/cosmoscout/gli.git
[submodule "externals/glm"]
path = externals/glm
url = https://github.com/cosmoscout/glm.git
[submodule "externals/tinygltf"]
path = externals/tinygltf
url = https://github.com/cosmoscout/tinygltf.git
[submodule "externals/vista"]
path = externals/vista
url = https://github.com/cosmoscout/vista.git
[submodule "externals/git-archive-all.sh"]
path = externals/git-archive-all.sh
url = https://github.com/cosmoscout/git-archive-all.sh
[submodule "externals/doctest"]
path = externals/doctest
url = https://github.com/onqtam/doctest.git
[submodule "externals/spdlog"]
path = externals/spdlog
url = https://github.com/cosmoscout/spdlog.git
[submodule "externals/civetweb"]
path = externals/civetweb
url = https://github.com/cosmoscout/civetweb.git
[submodule "externals/json"]
path = externals/json
url = https://github.com/nlohmann/json.git
[submodule "externals/stb"]
path = externals/stb
url = https://github.com/nothings/stb
[submodule "externals/openvr"]
path = externals/openvr
url = https://github.com/ValveSoftware/openvr.git