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

Latest commit

 

History

History
20 lines (10 loc) · 695 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 695 Bytes

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.