summaryrefslogtreecommitdiffstats
path: root/Modules/CompilerId/Xcode-3.pbxproj.in
Commit message (Collapse)AuthorAgeFilesLines
* Xcode: Implement generator toolset selection (#9831, #13802)Brad King2013-02-071-0/+1
| | | | | Implement generator toolset selection (cmake -T) for Xcode > 2.0 by adding the GCC_VERSION build setting to project files.
* Xcode: Detect the compiler id and tool locationBrad King2012-08-221-0/+107
Configure a hand-generated Xcode project to build the compiler id source file since we cannot run the compiler command-line tool directly. Add a post-build shell script phase to print out the compiler toolset build setting. Run xcodebuild to compile the identification binary. Parse the full path to the compiler tool from the xcodebuild output.