Update googletest to 1.13

Fix issue with CMake 4.0
This commit is contained in:
Christoph Grüninger
2025-03-24 08:44:53 +01:00
committed by Jesse Beder
parent c9371de783
commit 2f86d13775
277 changed files with 21419 additions and 25486 deletions

View File

@@ -0,0 +1,10 @@
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
Name: gmock_main
Description: GoogleMock (with main() function)
Version: @PROJECT_VERSION@
URL: https://github.com/google/googletest
Requires: gmock = @PROJECT_VERSION@
Libs: -L${libdir} -lgmock_main @CMAKE_THREAD_LIBS_INIT@
Cflags: -I${includedir} @GTEST_HAS_PTHREAD_MACRO@