Fix 'unresolved external symbol _main' in gctest reported by MS VC
authorIvan Maidanski <ivmai@mail.ru>
Wed, 19 Jun 2019 20:41:38 +0000 (23:41 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 19 Jun 2019 20:41:38 +0000 (23:41 +0300)
commit08e4b88455b15256692226bb9ea53d879458e5a5
tree6a38e7bb1d78497990e4475affa812d4aca16981
parent902e8e75a19eb7582e8caa4e337833ecf1ffe853
Fix 'unresolved external symbol _main' in gctest reported by MS VC
(fix of commit 78c458958)

Issue #281 (bdwgc).

* CMakeLists.txt [build_tests && enable_cplusplus] (test_cpp): Add WIN32
in add_executable specification.
CMakeLists.txt