Skip to content

Kuznetsov-Artyom/template-for-cpp

Folders and files

NameName
Last commit message
Last commit date
Feb 16, 2025
Jul 27, 2024
Jul 28, 2024
Jan 21, 2025
Jul 27, 2024
Jan 16, 2025
Jul 28, 2024
Jul 28, 2024
Jul 9, 2024
Jan 16, 2025
Jul 27, 2024
Jul 11, 2024
Jan 18, 2025
Jan 16, 2025
Jan 16, 2025

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