Skip to content
This repository has been archived by the owner on Aug 4, 2019. It is now read-only.

mythagel/cdt2cmake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cdt2cmake

Eclipse CDT to CMake converter

An ugly, awful, hackish utility written to liberate code from Eclipse CDT.

Works only for Managed Builder CDT projects on linux. Probably doesn't work for complicated (= build configuration per folder) managed build projects.

Works good enough for my purposes, not likely to be improved.

The eclipse CDT model does not map directly to the CMake model so files generated by this tool will almost certainly need touching up.

Usage:

cdt2make [--generate] proj1 [...projn]

--generate Write the CMakeLists.txt files to their respective subfolders. Default without generate is to write the contents of the CMakeLists.txt files to stdout.

About

Eclipse CDT to CMake converter

Resources

Stars

Watchers

Forks

Packages

No packages published