summaryrefslogtreecommitdiffstats
path: root/Help/variable
diff options
context:
space:
mode:
authorGregor Jasny <gjasny@googlemail.com>2017-02-24 15:18:35 (GMT)
committerGregor Jasny <gjasny@googlemail.com>2017-03-12 20:24:46 (GMT)
commitcf13e495447662624c3389dc075fe48342f5e593 (patch)
tree804b73759fba19e237faafef142b0953bb2cf967 /Help/variable
parentce0704e41958378381ca6fd24591f81df5232191 (diff)
downloadCMake-cf13e495447662624c3389dc075fe48342f5e593.zip
CMake-cf13e495447662624c3389dc075fe48342f5e593.tar.gz
CMake-cf13e495447662624c3389dc075fe48342f5e593.tar.bz2
Xcode: Control schema generation via variable
Issue: #15441
Diffstat (limited to 'Help/variable')
-rw-r--r--Help/variable/CMAKE_XCODE_GENERATE_SCHEME.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_XCODE_GENERATE_SCHEME.rst b/Help/variable/CMAKE_XCODE_GENERATE_SCHEME.rst
new file mode 100644
index 0000000..c9fcc92
--- /dev/null
+++ b/Help/variable/CMAKE_XCODE_GENERATE_SCHEME.rst
@@ -0,0 +1,11 @@
+CMAKE_XCODE_GENERATE_SCHEME
+---------------------------
+
+If enabled, the Xcode generator will generate schema files. Those are
+are useful to invoke analyze, archive, build-for-testing and test
+actions from the command line.
+
+.. note::
+
+ The Xcode Schema Generator is still experimental and subject to
+ change.