Skip to content

CMake Converter, version 2.0.0

Compare
Choose a tag to compare
@pavelliavonau pavelliavonau released this 11 Dec 13:44
· 90 commits to develop since this release

I'm happy to introduce new stable release of cmake-converter! All the code almost completely rewritten. Many improvements and fixes. Try it out.

  • Minimum python version is 3.4.
  • Solution file is required for conversion.
  • Minimum required CMake version for output CMake lists is 3.13
  • Parallel conversion of projects.
  • Support of Fortran projects (*.vfproj) and ifort compiler
  • Customizable verbocity of output and warning levels.
  • Dry mode
  • Many new flags are supported.

Special thanks to @yrHeTaTeJlb for his help and patience.