Are there any tests for PRE_BUILD | PRE_LINK | POST_BUILD arguments to add_custom_command?  I did a search in the repository, but I'm not seeing anything:<div><br></div><div><div>$ find . -name "*.cmake" -o -name "CMakeLists.txt" -print0 | xargs -0 grep -n --color PRE_BUILD</div>

<div><br></div><div>$ find . -name "*.cmake" -o -name "CMakeLists.txt" -print0 | xargs -0 grep -n --color PRE_LINK<br></div><div><br></div><div>$ find . -name "*.cmake" -o -name "CMakeLists.txt" -print0 | xargs -0 grep -n --color POST_BUILD<br>

</div></div><div><br></div><div>James</div>