Skip to content

Commit

Permalink
Add CMake status badge
Browse files Browse the repository at this point in the history
  • Loading branch information
milosz275 committed Jun 28, 2024
1 parent 97b715a commit 7e46165
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

[![Make](https://github.com/mldxo/c-cpp-template/actions/workflows/makefile.yml/badge.svg)](https://github.com/mldxo/c-cpp-template/actions/workflows/makefile.yml)
[![CodeQL](https://github.com/mldxo/c-cpp-template/actions/workflows/codeql.yml/badge.svg)](https://github.com/mldxo/c-cpp-template/actions/workflows/codeql.yml)
[![CMake on multiple platforms](https://github.com/mldxo/c-cpp-template/actions/workflows/cmake-multi-platform.yml/badge.svg)](https://github.com/mldxo/c-cpp-template/actions/workflows/cmake-multi-platform.yml)
[![License](https://img.shields.io/github/license/mldxo/c-cpp-template)](https://img.shields.io/github/license/mldxo/c-cpp-template)

This is a template for C/C++ projects. It includes a Makefile for building either C or C++, a directory structure for organizing the source code, and a README.md file for documenting the project.

Expand Down

0 comments on commit 7e46165

Please sign in to comment.