[cmake-developers] [CMake 0013658]: source_group creates duplicates in Xcode
Mantis Bug Tracker
mantis at public.kitware.com
Tue Nov 6 17:26:46 EST 2012
The following issue has been SUBMITTED.
======================================================================
http://public.kitware.com/Bug/view.php?id=13658
======================================================================
Reported By: Eric Forget
Assigned To:
======================================================================
Project: CMake
Issue ID: 13658
Category: CMake
Reproducibility: always
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 2012-11-06 17:26 EST
Last Modified: 2012-11-06 17:26 EST
======================================================================
Summary: source_group creates duplicates in Xcode
Description:
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.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2012-11-06 17:26 Eric Forget New Issue
======================================================================
More information about the cmake-developers
mailing list