This website requires JavaScript.
Explore
Help
Sign In
3party
/
vcpkg
Watch
0
Star
0
Fork
0
You've already forked vcpkg
mirror of
https://github.com/microsoft/vcpkg.git
synced
2025-01-10 11:18:05 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
vcpkg
/
ports
/
gtest
/
CONTROL
4 lines
90 B
Plaintext
Raw
Normal View
History
Unescape
Escape
[gtest] Initial addition (googletest and googlemock)
2016-09-21 16:33:07 +03:00
Source: gtest
[gtest] Fix missing debug information (#3148) * [gtest] Fix missing debug information Patch a CMake file in gtest not to override the /Z7 compiler option that embeds debug info in the .lib with /Zi that places it in a .pdb. This fixes linker warning LNK4099 when linking with gmock.lib. * [gtest] Bump version to include Zi change
2018-04-03 05:34:51 +03:00
Version: 1.8.0-8
vcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7)
2017-09-09 00:12:54 -07:00
Description: GoogleTest and GoogleMock testing frameworks.
Reference in New Issue
Copy Permalink