<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
    <title></title>
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Il 14/01/2011 13.38, Ryan Pavlik ha scritto:
    <blockquote
      cite="mid:AANLkTimx-Sw+pR58ByV=st2Dnez-JobhJe_GH1vZ8Wxe@mail.gmail.com"
      type="cite">You probably want to read this:
      <div><a moz-do-not-send="true"
          href="http://www.cmake.org/Wiki/Eclipse_CDT4_Generator">http://www.cmake.org/Wiki/Eclipse_CDT4_Generator</a></div>
      <div><br>
      </div>
      <div>Ryan<br>
        <br>
        <div class="gmail_quote">On Fri, Jan 14, 2011 at 3:49 AM, Andrea
          Galeazzi <span dir="ltr">&lt;<a moz-do-not-send="true"
              href="mailto:Galeazzi@korg.it">Galeazzi@korg.it</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;">I've been puzzled over the following
            problem for about 3/4 days:<br>
            if I have a CMakeLists.txt with a lot of add_subdirectory
            how can I automatically generate an eclipse project
            (containing the source code) for each add_subdirectory?<br>
            _______________________________________________<br>
            Powered by <a moz-do-not-send="true"
              href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
            <br>
            Visit other Kitware open-source projects at <a
              moz-do-not-send="true"
              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
              moz-do-not-send="true"
              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 moz-do-not-send="true"
              href="http://www.cmake.org/mailman/listinfo/cmake"
              target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
          </blockquote>
        </div>
        <br>
        <br clear="all">
        <br>
        -- <br>
        Ryan Pavlik<br>
        HCI Graduate Student<br>
        Virtual Reality Applications Center<br>
        Iowa State University<br>
        <br>
        <a moz-do-not-send="true" href="mailto:rpavlik@iastate.edu">rpavlik@iastate.edu</a><br>
        <a moz-do-not-send="true"
          href="http://academic.cleardefinition.com">http://academic.cleardefinition.com</a><br>
        Internal VRAC/HCI Site: <a moz-do-not-send="true"
          href="http://tinyurl.com/rpavlik">http://tinyurl.com/rpavlik</a><br>
      </div>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Powered by <a class="moz-txt-link-abbreviated" href="http://www.kitware.com">www.kitware.com</a>

Visit other Kitware open-source projects at <a class="moz-txt-link-freetext" href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a>

Please keep messages on-topic and check the CMake FAQ at: <a class="moz-txt-link-freetext" href="http://www.cmake.org/Wiki/CMake_FAQ">http://www.cmake.org/Wiki/CMake_FAQ</a>

Follow this link to subscribe/unsubscribe:
<a class="moz-txt-link-freetext" href="http://www.cmake.org/mailman/listinfo/cmake">http://www.cmake.org/mailman/listinfo/cmake</a>


__________ Informazioni da ESET NOD32 Antivirus, versione del database delle firme digitali 5786 (20110114) __________

Il messaggio &egrave; stato controllato da ESET NOD32 Antivirus.

<a class="moz-txt-link-abbreviated" href="http://www.nod32.it">www.nod32.it</a>

</pre>
    </blockquote>
    I just read that wiki page but what I didn't find is how can I see
    the sources referenced by the add_subproject function in the layout&nbsp;
    of eclipse project.<br>
    In other words, CMake generates an eclipse project with a folder
    named [Source directory], containing just only the sources listed in
    the CMakeLists.txt but it doesn't allow to see the sources included
    by add_subproject. On the other hand, when a VS target is chosen, it
    generates a complete solution including as many projects as
    add_subproject statements.<br>
    So, is it possible to yield a similar&nbsp; behavior also for eclipse?<br>
    <br>
  </body>
</html>