Hello again,<br><br>I tried several ways but I cannot make it work. The only thing I need to do is to add a folder which contains a windows header file, in order that it be included in the build.<br>There must be a simple way to do it. Could you help?<br>
Maybe if you have an example or something similar.<br><br>Thanks<br><br>Enrique<br><br><br><br><div class="gmail_quote">On Tue, Mar 1, 2011 at 1:20 PM, Enrique Izaguirre <span dir="ltr">&lt;<a href="mailto:enrique.izaguirre@gmail.com">enrique.izaguirre@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Thank you very much. I&#39;ll try that.<br><br>Best Regards<br><font color="#888888"><br>Enrique</font><div>
<div></div><div class="h5"><br><br><div class="gmail_quote">On Tue, Mar 1, 2011 at 1:18 PM, John Drescher <span dir="ltr">&lt;<a href="mailto:drescherjm@gmail.com" target="_blank">drescherjm@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div>On Tue, Mar 1, 2011 at 2:15 PM, Enrique Izaguirre<br>
&lt;<a href="mailto:enrique.izaguirre@gmail.com" target="_blank">enrique.izaguirre@gmail.com</a>&gt; wrote:<br>
&gt; Sorry, I didn&#39;t explain correctly.<br>
&gt;<br>
&gt; All the source files are in variable ${hostFiles}<br>
&gt; and I generated and executable using add_executable (myprj ${hostFiles})<br>
&gt; now I need to add the w32api folder from Windows, which has header files<br>
&gt; called from one of the source files contained in ${hostFiles} and are<br>
&gt; located in<br>
&gt;<br>
&gt; ${MYPRJ_SOURCE_DIR}/../../../usr/include/w32api<br>
&gt;<br>
&gt; How can I do this?<br>
&gt;<br>
<br>
</div>You add the appropriate<br>
<br>
include_directories()<br>
<br>
command in CMake. If that header requires linking to a Microsoft<br>
library then you do add the Microsoft library to the<br>
target_link_libraries not the header file.<br>
<font color="#888888"><br>
John<br>
</font></blockquote></div><br>
</div></div></blockquote></div><br>