MantisBT - CMake
View Issue Details
0013658CMakeCMakepublic2012-11-06 17:262016-06-10 14:31
Eric Forget 
Kitware Robot 
normalminoralways
closedmoved 
MacOS X10.7
CMake 2.8.9 
 
0013658: source_group creates duplicates in Xcode
If you add those lines:

source_group("A" FILES "A/a.cpp")
source_group("A\\B" FILES "A/B/b.cpp")

It will create two (2) folders "A" in Xcode. One that contains the file "a.cpp" and the other that will contain the "B" folder. It is the case for the first two source_group at each level. Afterward, it seems to merge them correctly.
No tags attached.
Issue History
2012-11-06 17:26Eric ForgetNew Issue
2016-06-10 14:28Kitware RobotNote Added: 0042142
2016-06-10 14:28Kitware RobotStatusnew => resolved
2016-06-10 14:28Kitware RobotResolutionopen => moved
2016-06-10 14:28Kitware RobotAssigned To => Kitware Robot
2016-06-10 14:31Kitware RobotStatusresolved => closed

Notes
(0042142)
Kitware Robot   
2016-06-10 14:28   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.