MantisBT - CMake
View Issue Details
0005526CMakeCMakepublic2007-08-17 13:432016-06-10 14:30
Gabriel Beauchemin 
Bill Hoffman 
normalfeaturealways
closedmoved 
 
 
0005526: Xcode generator doesn't generate "real" sub projects
When generating a Xcode project tree, dependent sub-targets sources get added to the main project (ie: the top level target/project contains all the sources).


No tags attached.
Issue History
2007-08-17 13:43Gabriel BeaucheminNew Issue
2007-12-17 21:24Bill HoffmanStatusnew => assigned
2007-12-17 21:24Bill HoffmanAssigned To => Bill Hoffman
2007-12-18 10:29Bill HoffmanNote Added: 0009977
2007-12-18 10:54Gabriel BeaucheminNote Added: 0009979
2011-01-26 11:25David ColeCategory => CMake
2016-06-10 14:27Kitware RobotNote Added: 0041380
2016-06-10 14:27Kitware RobotStatusassigned => resolved
2016-06-10 14:27Kitware RobotResolutionopen => moved
2016-06-10 14:30Kitware RobotStatusresolved => closed

Notes
(0009977)
Bill Hoffman   
2007-12-18 10:29   
When I first created the xcode generator there was no way to use the sub project stuff in XCode. If it is separated, can dependent targets get built when they need to?
(0009979)
Gabriel Beauchemin   
2007-12-18 10:54   
Yes, and a a matter of fact this is how I use cmake for now:
1- run cmake, which generates my project tree. The top level projects contains all the sources of the project tree. However, local sub projects are also generated, but not referenced.
2- Working with a sub-project, I can add other subproject as direct dependencies (compile and link).

Of course everytime I run cmake I lose these changes, but it take about 15 minutes to "rebuild" my projects.
(0041380)
Kitware Robot   
2016-06-10 14:27   
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.