I was able to get the FOLDER working with the following form:<div><br></div><div>set_property(GLOBAL PROPERTY USE_FOLDERS ON)</div><div>set_property(TARGET &quot;target&quot; PROPERTY FOLDER &quot;value&quot;)</div><div><br>
</div><div>The following construct does not work (in either Visual Studio or Xcode):</div><div><br></div><div>set_target_properties(target PROPERTY FOLDER &quot;value&quot;)</div><div><br></div><div>In Xcode 4, the FOLDER property arranges the list of project folders in the project browser.   Is there a mechanism for grouping the target names in the IDE pull down list of build targets?</div>
<div><br><br><div class="gmail_quote">On Sat, Oct 1, 2011 at 11:57 AM, David Cole <span dir="ltr">&lt;<a href="mailto:david.cole@kitware.com">david.cole@kitware.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="gmail_quote"><div class="im">On Tue, Sep 27, 2011 at 1:15 PM, Steven Wilson <span dir="ltr">&lt;<a href="mailto:steven.wesley.wilson@gmail.com" target="_blank">steven.wesley.wilson@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">
Using the Xcode generator, the FOLDER property of targets appears to do nothing.   Is this behavior simply a function a Xcode not supporting groupings of targets or will support be added in 2.8.6?</blockquote></div><div>
<br>I will have to investigate this... It should work.<br>
<br>This commit, which is included in the CMake 2.8.5 release that is out there right now, added the FOLDER support for Xcode:<br><br>  <a href="http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=eeeeca1082a8be5890a6d2096b505ebe584fc2b7" target="_blank">http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=eeeeca1082a8be5890a6d2096b505ebe584fc2b7</a><br>

<br>Perhaps more code is needed...<br><br>What version of CMake and Xcode are you using?<br><br></div></div><br>Thx,<br>David C.<br><br>
</blockquote></div><br></div>