This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
vcpkg
Watch
1
Star
0
Fork
0
You've already forked vcpkg
mirror of
https://github.com/microsoft/vcpkg.git
synced
2024-11-27 04:19:00 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
b81090e250
vcpkg
/
ports
/
gtest
/
CONTROL
4 lines
90 B
Plaintext
Raw
Normal View
History
Unescape
Escape
[gtest] Initial addition (googletest and googlemock)
2016-09-21 21:33:07 +08: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 10:34:51 +08:00
Version: 1.8.0-8
vcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7)
2017-09-09 15:12:54 +08:00
Description: GoogleTest and GoogleMock testing frameworks.
Reference in New Issue
Copy Permalink