diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-14 20:57:42 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-14 22:36:57 +0300 |
commit | 9374d0e50bddfb034ce03dbce205238a2eef27ab (patch) | |
tree | e9360dca8bd9df2105032bb860255e659a77099e /.gitmodules | |
parent | addr2name: fix usage message (diff) | |
download | winapi-debug-9374d0e50bddfb034ce03dbce205238a2eef27ab.tar.gz winapi-debug-9374d0e50bddfb034ce03dbce205238a2eef27ab.zip |
add SafeInt as a submodule
The end goal is to compile this using MinGW-w64.
Diffstat (limited to '')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index d65ecb9..26c71b0 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/dcleblanc/SafeInt.git |