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 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') 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 -- cgit v1.2.3