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.