[cmake-developers] Tests for PRE_BUILD | PRE_LINK | POST_BUILD
James Bigler
jamesbigler at gmail.com
Wed Dec 12 11:02:00 EST 2012
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:
$ find . -name "*.cmake" -o -name "CMakeLists.txt" -print0 | xargs -0 grep
-n --color PRE_BUILD
$ find . -name "*.cmake" -o -name "CMakeLists.txt" -print0 | xargs -0 grep
-n --color PRE_LINK
$ find . -name "*.cmake" -o -name "CMakeLists.txt" -print0 | xargs -0 grep
-n --color POST_BUILD
James
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake-developers/attachments/20121212/e9469f83/attachment.html>
More information about the cmake-developers
mailing list