From 9374d0e50bddfb034ce03dbce205238a2eef27ab Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 14 Jan 2020 20:57:42 +0300 Subject: add SafeInt as a submodule The end goal is to compile this using MinGW-w64. --- .gitmodules | 3 +++ 3rdparty/microsoft/SafeInt | 1 + 2 files changed, 4 insertions(+) create mode 160000 3rdparty/microsoft/SafeInt 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 diff --git a/3rdparty/microsoft/SafeInt b/3rdparty/microsoft/SafeInt new file mode 160000 index 0000000..a77fa86 --- /dev/null +++ b/3rdparty/microsoft/SafeInt @@ -0,0 +1 @@ +Subproject commit a77fa86b5c1e1486ac90944568174c804a599e77 -- cgit v1.2.3