C++ template project
Find a file Use this template
2025-03-27 16:54:51 +02:00
.github/workflows Updated workflow 2024-01-11 20:23:48 +02:00
include Update formatting rules. 2025-02-24 22:15:51 +02:00
profiles Naming 2023-09-08 20:01:43 +03:00
src New formatting. 2025-03-27 16:33:09 +02:00
.clang-format Revert "New formatting." 2025-03-27 16:54:51 +02:00
.clang-tidy IPO, clang-tidy 2023-12-11 13:55:51 +02:00
.clangd Initial commit 2023-09-05 22:48:14 +03:00
.cmake-format Update formatting rules. 2025-02-24 22:15:51 +02:00
.gitignore Initial commit 2023-09-05 22:48:14 +03:00
CMakeLists.txt Update formatting rules. 2025-02-24 22:15:51 +02:00
CMakePresets.json Building with both 2023-09-06 21:32:34 +03:00
conanfile.py Removed conan workaround 2024-01-11 20:30:19 +02:00
LICENSE Initial commit 2023-09-05 21:20:46 +03:00
README.md Moved diagnostics 2023-09-07 18:37:46 +03:00
suppressions.txt cppcheck unusedStructMember 2023-09-14 16:58:53 +03:00

cpp-template

C++ template project.

Dependencies

Dependencies are listed in conanfile.py.

How to build

  • In one command:
conan build . -s build_type=Debug --build=missing
  • Using conan and cmake:
conan install . -s build_type=Debug --build=missing
cmake --workflow --preset debug # Use multi-debug for multi-configs.

Check contents of CMakePresets.json for more info.

How to run

./build/Debug/bin/cpp-template