<div class="gmail_quote">On Tue, Sep 18, 2012 at 5:37 PM, Leif Walsh <span dir="ltr">&lt;<a href="mailto:leif.walsh@gmail.com" target="_blank">leif.walsh@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im"><br>
On 18 Sep, 2012, at 5:34 PM, Brett Delle Grazie &lt;<a href="mailto:brett.dellegrazie@gmail.com">brett.dellegrazie@gmail.com</a>&gt; wrote:<br>
<br>
&gt; Hi,<br>
&gt;<br>
&gt; Is it necessary to specify header files in add_executable /<br>
&gt; add_library entries in CMakeLists.txt?<br>
<br>
</div>nope<br>
<div class="im">&gt;<br>
&gt; i.e. does CMake automatically do dependency analysis making this unnecessary?<br>
<br>
</div>yup<br>
<div class="im HOEnZb">&gt;<br>
&gt; Thanks,<br>
&gt;<br>
&gt; --<br>
&gt; Best Regards,<br>
&gt;<br>
&gt; Brett Delle Grazie<br>
&gt; --<br>
&gt;<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
<br>
</div><span class="HOEnZb"><font color="#888888">--<br>
Cheers,<br>
Leif<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
--<br>
<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
</div></div></blockquote></div><br><div><br></div><div>Listing them in add_executable or add_library makes them show up in GUI&#39;s like Visual Studio or Xcode. Without adding them, they won&#39;t be added as &quot;files you can double-click on&quot; in the generated project files.</div>
<div><br></div>