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 MODULE REQUIRED) target_link_libraries(main PRIVATE GTest::GTest GTest::Main) add_test(AllTestsInMain main)
v1.8.1-1#0
Nov 14, 2018
All
google/googletest36K
1ffc1b569d
Complex license
Control