Re: [CMake] extending CMAKE__LINK_EXECUTABLE

2019-10-08 Thread Fred Baksik
On Tue, Oct 8, 2019, at 9:08 AM, Setzer Sebastian (CM-CI2/ECS2) via CMake wrote: > Dear list, > I need to run a tool after building an executable, which will modify the > executable itself. > I intend to extend the toolchain for this, because it shall be done for every > executable on this par

[CMake] extending CMAKE__LINK_EXECUTABLE

2019-10-08 Thread Setzer Sebastian (CM-CI2/ECS2) via CMake
Dear list, I need to run a tool after building an executable, which will modify the executable itself. I intend to extend the toolchain for this, because it shall be done for every executable on this particular operating system. I think for this purpose, I need to change the rule CMAKE__LINK_EX