I am trying to update an old Autotools programme to Cmake using an Eclipse CDT.
I have stripped out all files except the C/C++ code files. 15 files all in a single folder which I am treating as my project file/folder.
Do I need to generate CMakeLists.txt files and if so do I need one for each file within the project folder?
martin welsh