Skip to content

Commit c4c7083

Browse files
committed
Add submodules
1 parent a70b4e1 commit c4c7083

File tree

6 files changed

+20
-0
lines changed

6 files changed

+20
-0
lines changed

.gitmodules

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[submodule "submodules/nghttp2"]
2+
path = submodules/nghttp2
3+
url = https://github.com/nghttp2/nghttp2
4+
[submodule "submodules/cabundle"]
5+
path = submodules/cabundle
6+
url = https://github.com/AmanoTeam/CABundle
7+
[submodule "submodules/curl"]
8+
path = submodules/curl
9+
url = https://github.com/curl/curl
10+
[submodule "submodules/bearssl"]
11+
path = submodules/bearssl
12+
url = https://www.bearssl.org/git/BearSSL
13+
[submodule "submodules/ffmpeg"]
14+
path = submodules/ffmpeg
15+
url = https://github.com/FFmpeg/FFmpeg

submodules/bearssl

Submodule bearssl added at 79c060e

submodules/cabundle

Submodule cabundle added at ef1bf14

submodules/curl

Submodule curl added at 46d7214

submodules/ffmpeg

Submodule ffmpeg added at 7117e0c

submodules/nghttp2

Submodule nghttp2 added at 422167b

0 commit comments

Comments
 (0)