Hi,
We have a patch on top of CMake that generates Xcode projects with files arranged in groups matching the disk layout of the folder structure rather than with all files in a flat list. This is how the files would be arranged if you were to drag and drop the folder structure into Xcode.
We are rebasing this patch onto the latest CMake version right now, and I was wondering if it is worth submitting as a pull request? It seems like personal preference, so if it was submitted in this way, we would put it behind an option flag similar to CMAKE_XCODE_GENERATE_TOP_LEVEL_PROJECT_ONLY
.
Duncan