Skip to content

Commit 94b2b6d

Browse files
committed
Chore: 使用submodule管理kcp版本.
1 parent 51f0c8d commit 94b2b6d

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ target_wrapper.*
3737

3838
# QtCreator
3939
*.autosave
40+
.qtc_clangd/
4041

4142
# QtCreator Qml
4243
*.qmlproject.user
@@ -54,3 +55,4 @@ compile_commands.json
5455
debug/
5556
release/
5657
buildlib/
58+
build/

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "3rdparty/kcp"]
2+
path = 3rdparty/kcp
3+
url = https://github.com/skywind3000/kcp.git

3rdparty/kcp

Submodule kcp added at ecafc2b

0 commit comments

Comments
 (0)