I'm trying to print messages after building process done using CMake.
I just want to inform the user after make
command is done without any error.
How can I do it? I tried add_custom_target()
but I cannot choose when to run.
Also, I tried add_custom_command()
, again it doesn't give me the right result.
Any idea?
Thank you for your idea in advance.