GoogleTest - Google Testing and Mocking Framework
Run the following Vcpkg command to install the port.
vcpkg install gtest
The package gtest is compatible with built-in CMake targets:
enable_testing() find_package(GTest CONFIG REQUIRED) target_link_libraries(main PRIVATE GTest::gtest GTest::gtest_main GTest::gmock GTest::gmock_main) add_test(AllTestsInMain main)
v2019-10-09#0
Oct 10, 2019
All
google/googletest35K
github.com/google/googletest
92fb473d2b
Complex license
Control