An open API service indexing awesome lists of open source software.

https://github.com/georgiosmatzarapis/cmake-blueprint

A handy CMake template I use for my C++ projects. It’s got clean CMakeLists, good practices, and pre-set tools to help you get started quickly and stay organized.
https://github.com/georgiosmatzarapis/cmake-blueprint

cmake cpp formatting modern-cpp static-analysis

Last synced: about 2 months ago
JSON representation

A handy CMake template I use for my C++ projects. It’s got clean CMakeLists, good practices, and pre-set tools to help you get started quickly and stay organized.

Awesome Lists containing this project

README

          

# CMake Blueprint

A handy CMake template I use for my C++ projects. It’s got clean CMakeLists, good practices, and pre-set tools to help you get started quickly and stay organized.

## Useful Links

- [CMake format configuration options](https://cmake-format.readthedocs.io/en/stable/configopts.html)
- [Clang tidy documentation](https://clang.llvm.org/extra/clang-tidy/)

---

## Author

@[georgiosmatzarapis](https://georgiosmatzarapis.com/)