- Clone repo
git clone https://github.com/AlexSKuznetsov/cpp.git
- Open terminal with project
cmake -S . -B build
cmake --build build
cd build && ctest
-
GoogleTest using CMake - Quick start
https://google.github.io/googletest/quickstart-cmake.html -
C++ in VS Code: A Quick Guide
https://youtu.be/qeEcV6u1kV4 -
CMake Target Debugging and Launching
https://vector-of-bool.github.io/docs/vscode-cmake-tools/debugging.html#debugging-launch-json -
Configure C/C++ debugging
https://code.visualstudio.com/docs/cpp/launch-json-reference -
CMake Tutorial
https://cmake.org/cmake/help/latest/guide/tutorial/index.html