summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/XcodeProject/main.c
Commit message (Collapse)AuthorAgeFilesLines
* cmake --build: Add support for driving Xcode workspacesStepanov Igor2025-06-101-0/+4
| | | | | | | | | External tools may create a `.xcworkspace` directory next to the `.xcodeproj` directory that CMake generates. If a workspace exists, drive the build through it instead. Closes: #26958 Co-authored-by: Brad King <brad.king@kitware.com>
* Xcode: Add source file property to control file type (#14854)Brad King2014-05-151-0/+0
Add source file properties to control Xcode file type attributes: XCODE_EXPLICIT_FILE_TYPE => explicitFileType XCODE_LAST_KNOWN_FILE_TYPE => lastKnownFileType Add a RunCMake.XcodeProject test to verify generated project content.