For MinGW, statically link exes against basic runtimes
authorDavid Neto <dneto@google.com>
Thu, 2 Jun 2016 18:37:24 +0000 (14:37 -0400)
committerDavid Neto <dneto@google.com>
Thu, 2 Jun 2016 18:37:24 +0000 (14:37 -0400)
commitb37dc0e4584301f60a3efc026d34877071028c9d
treec7b9c41b149506c050450c0c7cdf703798bc1b09
parent98f2b3bfe05ff37f2b62913c70bb92b5bd7854cb
For MinGW, statically link exes against basic runtimes

Avoids the need to ship basic runtimes like libgcc_s_sjlj-1.dll
with the executables.
CMakeLists.txt
StandAlone/CMakeLists.txt
gtests/CMakeLists.txt