saterj / cdt2cmake

Eclipse CDT to CMake converter
4 stars 1 forks source link

sub-component tools #8

Closed saterj closed 5 years ago

saterj commented 5 years ago

My eclipse projects have sub libraries that are built and linked from source as objects. This is a poor way to build from a procedural standpoint. Since I'm making changes to this project I might like to add a tool to recognize libraries in my project so that I can create subfolder with an independent CMakeLists.txt per library.