cmake - Renaming `CMakeLists.txt` -


is there way rename various cmakelists.txt more meaningful?

it can quite distracting have bunch of them open @ same time when working on bigger project contains several cmake projects.

no, it's not possible. name meaningful, used it.

rationale: cmake must find files, common choice related files have common name , cmake in every folder. make (makefile) , autotools (e.g. makefile.am) chose similar.

alternative approaches configure file name project wide (your problem remain) or indicating file names in file in parent directory (error prone).


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -