Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.1 KB

README.md

File metadata and controls

17 lines (11 loc) · 1.1 KB

CMake Starter

The CMake Starter is a GitHub repository template that provides a minimalistic boilerplate to kickstart your CMake project. This template offers a streamlined foundation, complete with predefined file structures, essential tools, and recommended settings, ensuring a swift and efficient start to your CMake development journey.

Key Features

  • Standard template for CMake projects supporting installation and testing of CMake modules.
  • Automated CI with GitHub Actions workflows for building and testing the CMake project.
  • Dependabot integration for checking updates on GitHub Actions dependencies.

Usage

Refer to this wiki for information on how to use this template.