Skip to content
This repository was archived by the owner on May 6, 2021. It is now read-only.

Commit 56497c6

Browse files
committed
add protobuf as submodule
1 parent d80efce commit 56497c6

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/*.user
2-
/build
3-
/build-x86
2+
/build*
43
.DS_Store
54

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "dependencies/external/protobuf"]
2+
path = dependencies/external/protobuf
3+
url = https://github.com/tvdzwan/protobuf.git

dependencies/external/protobuf

Submodule protobuf added at f644b9c

0 commit comments

Comments
 (0)