Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 260 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 260 Bytes

CMake C++ Template

A basic setup for a CMake-based project that uses:

  • Cppcheck for static analysis
  • Clang-format for code formatting (following LLVM style)

Ack for project_name & PROJECT_NAME variables and change them accordingly.