Does the Cmake Visual Studio generator understand the concept of sub projects.
Solution -ProjectA -ProjectB --SubprojectB1 --SubprojectB2 -ProjectC I'd like to have a generated solution such that when opened within visual studio, the subprojects SubprojectB1, and SubprojectB2 are "collapsable" underneath ProjectB, and don't appear in the solution tree when ProjectB is collapsed. My guess is that such functionality is available within Cmake, but I can't find the documentation for how to do it. Thanks _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake