Hi, I was wondering, if I generate for Visual Studio, and do PROjECT(...) calls in nested CMakeLists.txt files, I get a top level solution with separate projects in it (exes and libs). But the XCode generator doesn't create a top level workspace (with separate projects in it) but a single project with the (sub)projects divided in /Sources. Is this still a CMake/Xcode limitation (read something about problems with dependencies) or is there a workaround that I don't know about?
Thanks, Daniel -- 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
