Skip to content

yaml2cmake 0.0.1 - First Release 🚀

Latest
Compare
Choose a tag to compare
@araujo88 araujo88 released this 29 Mar 20:58
· 7 commits to main since this release
aa22e75

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