Xcode: Add option to specify build system variant

Extend the `-T <toolset>` option to support a `buildsystem=` field with
the Xcode generator.  Add a `CMAKE_XCODE_BUILD_SYSTEM` variable to
inform project code about the selected build system variant.
This commit is contained in:
Brad King
2020-09-14 11:52:31 -04:00
parent 3ab18c870d
commit 2db623f554
15 changed files with 187 additions and 19 deletions

View File

@@ -0,0 +1 @@
message(FATAL_ERROR "This should not be reached!")