<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi,<br><br>I can check if a target has been created:<br><br>add_custom_target(foo ...)<br>if (TARGET foo)<br>...<br><br>But I can't test for if an output rule has been created for foo.x:<br><br>add_custom_command(OUTPUT foo.x)<br>if (... foo.x)<br><br>Or is it possible ?<br><br>x.<br><br><br><br><br><br>                                               </div></body>
</html>