Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
araujo88 committed Mar 29, 2024
1 parent 07309b6 commit 8d7f271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# yaml2cmake

[![license](https://img.shields.io/badge/license-MIT-green)](https://raw.githubusercontent.com/araujo88/yaml2cmake/main/LICENSE)
[![build](https://github.com/araujo88/yaml2cmake/actions/workflows/build.yaml/badge.svg?branch=main)](https://github.com/araujo88/yaml2cmake/actions/workflows/build.yaml)
[![build](https://github.com/araujo88/yaml2cmake/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/araujo88/yaml2cmake/actions/workflows/build.yml)
[![release](https://img.shields.io/github/v/release/araujo88/yaml2cmake)](https://github.com/araujo88/yaml2cmake/releases)

yaml2cmake simplifies C++ project setups by generating `CMakeLists.txt` files from easy-to-write YAML configurations. It streamlines the process of integrating external dependencies, managing project settings, and ensuring project portability and scalability with minimal effort.
Expand Down

0 comments on commit 8d7f271

Please sign in to comment.