mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-18 14:41:36 +08:00
Add googletest submodule
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
4efc539f51
commit
f36dc34c4f
3
.gitignore
vendored
3
.gitignore
vendored
@ -82,3 +82,6 @@ kernel*.bin
|
||||
/*.exe
|
||||
/*.lnk
|
||||
/win*
|
||||
|
||||
# GoogleTest
|
||||
googletest
|
||||
|
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "googletest"]
|
||||
path = googletest
|
||||
url = https://github.com/google/googletest.git
|
1
googletest
Submodule
1
googletest
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 4bab34d2084259cba67f3bfb51217c10d606e175
|
Loading…
Reference in New Issue
Block a user