diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-10-13 16:47:56 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-10-13 16:59:21 +0300 |
commit | a53523162f6f09d1297780d04679790f35509361 (patch) | |
tree | 6a1e85873d1682aa04bb95a2c094cc0796fb5d05 /.gitmodules | |
parent | README: add Travis badge (diff) | |
download | winapi-utf8-a53523162f6f09d1297780d04679790f35509361.tar.gz winapi-utf8-a53523162f6f09d1297780d04679790f35509361.zip |
use SafeInt
Diffstat (limited to '')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index d65ecb9..486e870 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "cmake"] path = cmake url = https://github.com/egor-tensin/cmake-common.git +[submodule "3rdparty/microsoft/SafeInt"] + path = 3rdparty/microsoft/SafeInt + url = https://github.com/egor-tensin/SafeInt.git |