Hi,<br><br>Thanks for the reply - but I think you might have misunderstood my question.<br><br>I want to setup CMake so that when I call Cmake like so (for MY_APP):<br>mkdir build && cd build<br>cmake .. -G Xcode<br>
<br>that the cmake call will be able to 'know' that it needs MY_LIB, find where the MY_LIB CMakeLists.txt file is, build it, and then continue with the cmake call for MY_APP.<br><br>Any ideas?<br><br>David<br><br>
<div class="gmail_quote">On 17 June 2011 08:18, J.S. van Bethlehem <span dir="ltr"><<a href="mailto:j.s.van.bethlehem@astro.rug.nl">j.s.van.bethlehem@astro.rug.nl</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hej David,<br>
<br>