Google Test: Difference between revisions
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
* https://github.com/google/googletest | * https://github.com/google/googletest | ||
* https://cmake.org/ | * https://cmake.org/ | ||
* https://cmake.org/cmake/help/latest/guide/tutorial/index.html#cmake-tutorial | |||
== Visual Studio Code and CMake == | == Visual Studio Code and CMake == |
Latest revision as of 10:02, 28 July 2020
Google Test with CMake
- https://github.com/google/googletest
- https://cmake.org/
- https://cmake.org/cmake/help/latest/guide/tutorial/index.html#cmake-tutorial
Visual Studio Code and CMake
See also https://www.youtube.com/watch?v=Lp1ifh9TuFI&t=351s
Visual Studio 2019 CE
See also https://www.youtube.com/watch?v=uxyfXU63Qpw
Googletest is an integrated component as was installed automatically. If not, check Visual Studio Installer.