add cppcodec header library for base64
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -5,3 +5,6 @@
|
||||
path = deps/TGUI
|
||||
url = https://github.com/texus/TGUI.git
|
||||
branch = 0.9
|
||||
[submodule "deps/cppcodec"]
|
||||
path = deps/cppcodec
|
||||
url = https://github.com/tplgy/cppcodec
|
||||
|
@@ -355,6 +355,10 @@ if not env.GetOption('clean'):
|
||||
# If building the tests, make sure Catch2 is cloned
|
||||
if 'test' in targets and not path.exists('deps/Catch2/README.md'):
|
||||
subprocess.call(["git", "submodule", "update", "--init", "deps/Catch2"])
|
||||
|
||||
# Make sure cppcodec is cloned
|
||||
if not path.exists('deps/cppcodec/README.md'):
|
||||
subprocess.call(["git", "submodule", "update", "--init", "deps/cppcodec"])
|
||||
|
||||
# On Linux, build TGUI from the subtree if necessary
|
||||
if platform == 'posix':
|
||||
|
1
deps/cppcodec
vendored
Submodule
1
deps/cppcodec
vendored
Submodule
Submodule deps/cppcodec added at 8019b8b580
Reference in New Issue
Block a user