<div><br></div><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; ">
<br>I would try to start with just one (base-)project, try to get<br>everything in place and building the way you want it. If you&#39;re new to<br>CMake, that&#39;s really the way to go. Once you have this base-project<br>
ready, you can think of starting a second project, using the<br>base-project as EXTERNAL_PROJECT(), etc.<br><br></blockquote><div><br></div>Yes, I started like that exactly.<div>I&#39;ve setup a simple library project, with the minimum CMakeLists.txt file.<br>
It generates correctly, find all required sources, correctly build when I try to build with MSVC2010.</div><div><br></div><div>Now I tried to setup an executable project using this library project.</div><div>Maybe I&#39;m kind of stupid but I can&#39;t find a clear exlpaination/documentation about using EXTERNAL_PROJECT() so I failed so far to use it. Do you have a simple example somewhere? I&#39;m sure I missed something in the doc but can&#39;t find what.</div>
<div><div class="gmail_quote"><div><br>I&#39;m also looking for a way to provide/retreive the include paths of those external projects.</div><div><br></div><div><br></div><div><br></div></div></div>