CMake converter for Visual Studio projects
Project description
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
You may have Python3 installed to make this library works !
Install from Pip
Install cmake-converter as a standard python library:
sudo pip install cmake_converter
Install from Source
Simply clone this repository and type the following command to install it:
# Inside repository folder sudo pip install .
Run & Convert
After install library, just run the script as below. Your .vcxproj file 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.
Note: if you have an issue, please provide me if possible the visual studio project involved.
For QMake
If you’re looking for QMake to CMake, please look at qmake2cmake by digitalist.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file cmake_converter-1.1.0.tar.gz
.
File metadata
- Download URL: cmake_converter-1.1.0.tar.gz
- Upload date:
- Size: 18.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4a5db3cee0281f02c918a5109437cf195321526c1cc8eb0c77cbc88c50140ba4 |
|
MD5 | c9ba7e88fe1a39c6a0fda4d7872523b1 |
|
BLAKE2b-256 | c77354754d13534b0609f375c0f7a46d6465dd2d9118a45ea4329348d84dba3e |