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.
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.