Closed agarny closed 1 year ago
It would be nice, upon CMake configuration, to list all the targets that are directly relevant to libCellML. I have that in libOpenCOR and it outputs something like:
-- Useful targets: -- - check_code_formatting -- - check_python_code_formatting -- - format_code -- - format_python_code -- - install -- - uninstall
which is quite convenient when you don't work day in, day out on libCellML and can't remember which target should be used for this or that.
Closing in favour of #1173.
It would be nice, upon CMake configuration, to list all the targets that are directly relevant to libCellML. I have that in libOpenCOR and it outputs something like:
which is quite convenient when you don't work day in, day out on libCellML and can't remember which target should be used for this or that.