Skip to content

aferritto/cmakeconverter

 
 

Repository files navigation

CMake Converter

Build Status Code Health Coverage Status Documentation Status PyPI version License: AGPL v3

Introduction

This project aims to facilitate the conversion of Visual Studio projects to CMake projects. The goal is to give to a Python script, a .vcxproj file, and output a CMakeLists.txt.

Note : Actually, it's only works with c/c++ projects.

Quick Install & Run

Install

You may have Python3 installed to make this library works. Currently, cmake-converter is not available on pip. So clone this repository and type the following command to install it:

# Inside repository folder
sudo pip install .

Run

After install library, just run the script as below. Your <file>.vcxproj is of course required:

cmake-converter -p <path/to/file.vcxproj>

Documentation

Documentation for CMake Converter is available on Read The Docs.

Bugs, issues and contributing

Contributions to this project are welcome and encouraged ... Issues in the project repository are the common way to raise an information.

For QMake

If you're looking for QMake to CMake, please look at qmake2cmake by digitalist.

About

This project aims to facilitate the conversion of Visual Studio and QT to CMake projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.7%
  • Shell 1.3%