View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0005526CMakeCMakepublic2007-08-17 13:432016-06-10 14:30
ReporterGabriel Beauchemin 
Assigned ToBill Hoffman 
PrioritynormalSeverityfeatureReproducibilityalways
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0005526: Xcode generator doesn't generate "real" sub projects
DescriptionWhen 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).


TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0009977)
Bill Hoffman (manager)
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 (reporter)
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 (administrator)
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.

 Issue History
Date Modified Username Field Change
2007-08-17 13:43 Gabriel Beauchemin New Issue
2007-12-17 21:24 Bill Hoffman Status new => assigned
2007-12-17 21:24 Bill Hoffman Assigned To => Bill Hoffman
2007-12-18 10:29 Bill Hoffman Note Added: 0009977
2007-12-18 10:54 Gabriel Beauchemin Note Added: 0009979
2011-01-26 11:25 David Cole Category => CMake
2016-06-10 14:27 Kitware Robot Note Added: 0041380
2016-06-10 14:27 Kitware Robot Status assigned => resolved
2016-06-10 14:27 Kitware Robot Resolution open => moved
2016-06-10 14:30 Kitware Robot Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team