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
- Host: GitHub
- URL: https://github.com/bartex00001/my-templates
- Owner: bartex00001
- License: unlicense
- Created: 2022-08-30T16:31:23.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-17T10:49:37.000Z (over 1 year ago)
- Last Synced: 2025-03-17T11:38:39.852Z (over 1 year ago)
- Topics: cmake, cmake-examples, templates
- Language: Shell
- Homepage:
- Size: 39.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)