I'm thrilled to announce the first release of yaml2cmake! This initial version is the result of countless hours of caffeinated coding and the beginning of a journey to simplify the C++ build process for developers everywhere.
🌟 Features:
-
Generate CMakeLists.txt from simple YAML configurations. -
Support for specifying source files, include directories, and C++ standards. -
Integration of external projects from Git repositories.
📝 How to Use:
-
Write your config.yaml file with your project settings. -
Run yaml2cmake to generate your CMakeLists.txt. -
Use CMake to configure and build your project.
For a more detailed guide, please refer to our README in the repository.
Full Changelog: https://github.com/araujo88/yaml2cmake/commits/v0.0.1