Skip to content

Kuznetsov-Artyom/template-for-cpp

Repository files navigation

Repository template for C/C++

CI

Clone repository

git clone https://github.com/Kuznetsov-Artyom/template-for-cpp.git

Download submodules

git submodule update --init --recursive

Configure & Build

cmake -S . -B build -DENABLE_TESTS=ON -DCMAKE_BUILD_TYPE=Release
cmake --build build --config Release --parallel

Run tests

  1. For Linux and MacOS
sh scripts/run_tests.sh
  1. For Windows
.\scripts\run_tests.bat

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published