Currently, the help provided with CMake is quite basic, as it only lists the targets without any description.
It is still useful to keep the native make help for purposes of bash autocompletion.
However it is possible to have more elaborate help messages for targets and IPs, that would show target name and description in a coloured formatted table
Currently, the help provided with CMake is quite basic, as it only lists the targets without any description. It is still useful to keep the native
make help
for purposes of bash autocompletion.However it is possible to have more elaborate help messages for targets and IPs, that would show target name and description in a coloured formatted table