View Issue Details [ Jump to Notes ] | [ Print ] |
ID | Project | Category | View Status | Date Submitted | Last Update |
0013375 | CMake | CMake | public | 2012-07-04 18:54 | 2016-06-10 14:31 |
|
Reporter | Francois Best | |
Assigned To | Kitware Robot | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | moved | |
Platform | Apple | OS | Mac OS X | OS Version | 10.6 |
Product Version | CMake 2.8.8 | |
Target Version | | Fixed in Version | | |
|
Summary | 0013375: Xcode generator does not add path to source groups |
Description | The Xcode generator does not add the "path" information to generated source groups. All groups remain to the path of the project, although the architecture is generated and displayed correctly.
The point of having the path set is to add new files directly to the right location from within Xcode (eg using template files) without having to duplicate/move anything, just to edit the CMakeLists.txt. |
Steps To Reproduce | Generate any Xcode project with source groups. |
Additional Information | Note: the group path system can be quite elaborated, using the parent group as a reference and using relative paths, but this might be a bit overkill, absolute path would do the job nicely.
A problem with this is that one may want to create a source group that does not represent a physical folder on the fillesystem (just a way to sort things up). In this case (I don't know if that's easy to detect for you guys), a solution would be to keep the parent group path and define this group as "Relative to enclosing group". |
Tags | No tags attached. |
|
Attached Files | |
|