How to run script after the CPack build step?

Viewed 1649

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.

0 Answers
Related