tramondi / cpp-boilerplate

My basic template for C++ projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cpp-boilerplate

My basic template for C++ projects

.
├── docs
│   └── CMakeLists.txt
├── .clang-format
├── .gitignore
├── CMakeLists.txt
├── compile_commands.json -> build/compile_commands.json
├── conanfile.txt
├── LICENSE
└── README.md

About

My basic template for C++ projects

License:GNU General Public License v3.0


Languages

Language:CMake 100.0%