I'd like to run a script after the 'package' target. add_custom_command
with POST_BUILD
doesn't work.
The make package
command is expected to build, package and run the script. There should be no need for separate commands.
I'd like to run a script after the 'package' target. add_custom_command
with POST_BUILD
doesn't work.
The make package
command is expected to build, package and run the script. There should be no need for separate commands.