Hello All,<div><br></div><div>I am trying to attach a custom POST_BUILD command to the ALL_BUILD target. I've tried adding the following at the bottom of my root CMakeLists.txt file but the Post Event never shows up in Visual Studio. I have been able to get it to work for sub projects, just not ALL_BUILD. Has anyone gotten this to work?</div>
<div><br></div><div><div>add_custom_command(TARGET ALL_BUILD</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>POST_BUILD</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>COMMAND "python27.exe brand.py"</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>COMMENT "Branding VS debug build"</div><div>)</div></div><div><br></div><div>Many thanks,</div><div>Chris</div><div><br></div><div><br></div>