git clone https://github.com/Kuznetsov-Artyom/template-for-cpp.gitgit submodule update --init --recursivecmake -S . -B build -DENABLE_TESTS=ON -DCMAKE_BUILD_TYPE=Release
cmake --build build --config Release --parallel- For Linux and MacOS
sh scripts/run_tests.sh- For Windows
.\scripts\run_tests.bat