Actually, it's just "FOLDER".<div><br></div><div> <a href="http://cmake.org/cmake/help/cmake-2-8-docs.html#prop_tgt:FOLDER">http://cmake.org/cmake/help/cmake-2-8-docs.html#prop_tgt:FOLDER</a></div><div><br></div>
<div>Set the target property FOLDER on the targets that you want to put in folders.</div><div><br></div><div>Then activate it by setting the global property USE_FOLDERS to ON.</div><div><br></div><div> <a href="http://cmake.org/cmake/help/cmake-2-8-docs.html#prop_global:USE_FOLDERS">http://cmake.org/cmake/help/cmake-2-8-docs.html#prop_global:USE_FOLDERS</a><br>
<br><div class="gmail_quote">The feature is off by default because Visual Studio Express does not support solution folders.</div><div class="gmail_quote"><br></div><div class="gmail_quote"><br></div><div class="gmail_quote">
HTH,</div><div class="gmail_quote">David</div><div class="gmail_quote"><br></div><div class="gmail_quote"><br></div><div class="gmail_quote">On Tue, Dec 14, 2010 at 5:43 AM, Rolf Eike Beer <span dir="ltr"><<a href="mailto:eike@sf-mail.de">eike@sf-mail.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div><div></div><div class="h5">> I'm trying to reduce the number of toplevel projects in my CMake<br>
> generated Visual Studio solution. The idea is to group some targets in<br>
> solution paths. The layout should look like this:<br>
><br>
> Solution<br>
> - Target 1<br>
> - Foo<br>
> + Target 2<br>
> + Target 3<br>
> - Target 4<br>
> ...<br>
><br>
> Is there a way to achieve this with CMake?<br>
<br>
</div></div>Search for property SOLUTION_FOLDER, introduced in 2.8.3.<br>
<br>
Eike<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></blockquote></div><br></div>