<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style>
<!--
@font-face
        {font-family:"Cambria Math"}
@font-face
        {font-family:Calibri}
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        color:black}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline}
p.msochpdefault, li.msochpdefault, div.msochpdefault
        {margin-right:0in;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Calibri","sans-serif";
        color:black}
span.emailstyle17
        {font-family:"Calibri","sans-serif";
        color:windowtext}
span.EmailStyle19
        {font-family:"Calibri","sans-serif";
        color:#1F497D}
.MsoChpDefault
        {font-size:10.0pt}
@page WordSection1
        {margin:1.0in 1.0in 1.0in 1.0in}
div.WordSection1
        {}
-->
</style>
</head>
<body bgcolor="white" lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span style="color:#1F497D">>>  </span><span style="font-size:12.0pt; font-family:"Times New Roman","serif"">You can use add_custom_target() which in case of the visual studio generators will create a project that can execute commands of
 your choice.<br>
</span><span style="font-size:12.0pt; font-family:"Times New Roman","serif"; color:#1F497D">>>
</span><span style="font-size:12.0pt; font-family:"Times New Roman","serif"">Alternatively you can use add_custom_command() to  attach commands to existing targets (e.g. visual studio projects) or to produce an output that can be depended on by another target.<br>
</span><span style="font-size:12.0pt; font-family:"Times New Roman","serif"; color:#1F497D">>></span><span style="font-size:12.0pt; font-family:"Times New Roman","serif""><br>
</span><span style="font-size:12.0pt; font-family:"Times New Roman","serif"; color:#1F497D">>>
</span><span style="font-size:12.0pt; font-family:"Times New Roman","serif"">Nils</span><span style="font-size:12.0pt; font-family:"Times New Roman","serif"; color:#1F497D"></span></p>
<p class="MsoNormal"><span style="color:#1F497D"> </span></p>
<p class="MsoNormal"><span style="color:#1F497D">Nils, thank you for that suggestion.  Using the add_custom_target() command in addition to the add_custom_command(), I was able to come up with a solution that will give me what I was looking for.</span></p>
<p class="MsoNormal"><span style="color:#1F497D"> </span></p>
<p class="MsoNormal"><span style="color:#1F497D">-Jason</span></p>
</div>
<br>
<hr>
<font face="Arial" color="Gray" size="1"><br>
This transmission may contain information that is privileged, confidential, and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information
 contained herein (including any reliance thereon) is strictly prohibited. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format.<br>
</font>
</body>
</HTML>