<div dir="ltr">I'm trying to use MingW64-x86 to compile this project. I'm using MingW Makefiles as the generator.<div><br><div>Some of the executable files need 'mt.exe' run to add a manifest to them (on windows).</div><div>The MT.exe breaks the .exe for strip such that it says 'file has been truncated' and the build stops.  Strip is run against the executable during release builds... </div><div><br></div><div>The documentation of course saying POST_BUILD on the add_custom_command says 'after all the build steps' but apparently strip is some sort of post-build thing itself.</div></div></div>