<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
That worked! Thanks.<br>
<br>
Tyler Roscoe wrote:
<blockquote cite="mid:20091110145712.GB26665@cryptio.net" type="cite">
<pre wrap="">On Tue, Nov 10, 2009 at 08:36:10AM -0600, Kevin Burge wrote:
</pre>
<blockquote type="cite">
<pre wrap="">I need to run a script on a C++ executable after it's linked that will
modify the exe, before it's really done building. Is there a way to
hook into the "add_executable" handling to do this?
</pre>
</blockquote>
<pre wrap=""><!---->
Have you looked at add_custom_command()? Specificaly the POST_BUILD
variant?
tyler
</pre>
</blockquote>
</body>
</html>