<div dir="ltr"><div class="gmail_extra">On Thu, Jul 9, 2015 at 7:35 PM, Clifford Yapp <span dir="ltr"><<a href="mailto:cliffyapp@gmail.com" target="_blank">cliffyapp@gmail.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">[...]<br>
<br>
2.  Second we maintain global lists of all exec, library, and custom<br>
targets.  This allows us to run timestamping build targets that run at<br>
the very beginning and very end of the build process, by setting up<br>
target dependences for the beginning and ending timestamp targets.<br>
The ending time stamp target must depend on every other build target,<br>
and the beginning timestamp is depended on by every other build<br>
target.  To do this, as far as I know, we need lists of all build<br>
targets so we can set this up with the add_dependencies command.<br></blockquote><div><br>In our project suite setup, we need a list of all existing targets 
as well. Having access to it from CMakeLists would be invaluable.<br><br>Petr<br></div></div><br></div></div>