No way to create Xcode sub-projects?

Hello,

documentation says that

The Visual Studio Generators create a .sln file for each directory whose CMakeLists.txt file calls the project() command.

hence we can easily have a sub-projects tree in IDE,

is there a way to create the same in Xcode, that is have those blue project icons instead of folders for all the subprojects?

It might be possible, but CMake might not do it today either. I suggest a feature request. If you can provide information on what the project files need to have and how they reference each other, that’d probably be useful.