First of all I&#39;m using cmake 2.8.6 and generating Visual Studio 2003 projects with it.<div><br></div><div>There is a particular project that needs to first copy its header files to a specific directory in a specific structure. After that, all other projects need to reference this project&#39;s source code from the installed location, not its actual location that it was copied from.</div>
<div><br></div><div>The install() command sounded perfect for this but unfortunately it seems that the INSTALL project builds *last*. What I need is for the files to be installed/copied FIRST, so that the other projects will succeed when I build them.</div>
<div><br></div><div>Any idea if install() can do this? I&#39;m not really sure of the purpose for install(), so maybe I&#39;m approaching this wrong.<br clear="all"><div><br></div><div>---------</div>Robert Dailey<br>
</div>