[cmake-developers] Xcode Project: Support for DevelopmentTeam
Brad King
brad.king at kitware.com
Tue Oct 21 09:24:09 EDT 2014
On 10/17/2014 04:16 PM, Fabian wrote:
> Xcode automatically updates the devices list in the Member Center
Neat. Please explain the developer workflow you envision to configure
the value for local build trees. Would it be something the developer
should explicitly set in every new tree? Should there be a common
configuration in the environment? Can it be detected programmatically?
> In the CMake source I noticed that 'BuildIndependentTargetsInParallel'
> is already getting set. This could be extendet to add the 'TargetAttributes'
> section.
Yes, that looks like the right place if you want to try a patch.
> This could be set with a CMake flag.
The generator could check a variable like
CMAKE_XCODE_DEVELOPMENT_TEAM
to get the value, but please answer my questions above about the
workflow.
Thanks,
-Brad
More information about the cmake-developers
mailing list