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

https://github.com/bartex00001/my-templates

Templates for projects using CMake
https://github.com/bartex00001/my-templates

cmake cmake-examples templates

Last synced: about 1 year ago
JSON representation

Templates for projects using CMake

Awesome Lists containing this project

README

          

# CMake Templates

Templates for creating C/C++ projects with CMake.
Every template contains an example, but those are kept at a minimum (only an executable and a static library).

Where applicable GogleTest is included by default and linked to CTest.

## Structure of templates

Templates are build following the structure presented in ["An Introduction to Modern CMake"](https://cliutils.gitlab.io/modern-cmake/chapters/basics/structure.html).

## List of templates

- [fetch](https://github.com/bartex00001/CMake-templates/tree/fetch)

- [submodule](https://github.com/bartex00001/CMake-templates/tree/submodule)

- [pico-sdk app](https://github.com/bartex00001/CMake-templates/tree/pico_sdk)