summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorRuslan Baratov <ruslan_baratov@yahoo.com>2016-08-31 11:17:51 (GMT)
committerRuslan Baratov <ruslan_baratov@yahoo.com>2016-08-31 11:17:51 (GMT)
commit3e8615ef9c6097c1b0249ff3b8e3dd2609c7af96 (patch)
tree9504e4c0c8856a11fc681336293bb96730b40195 /Help
parent9bbf1dc06ebb891498747768736442b22058c49e (diff)
downloadCMake-3e8615ef9c6097c1b0249ff3b8e3dd2609c7af96.zip
CMake-3e8615ef9c6097c1b0249ff3b8e3dd2609c7af96.tar.gz
CMake-3e8615ef9c6097c1b0249ff3b8e3dd2609c7af96.tar.bz2
Document XCODE variable
Diffstat (limited to 'Help')
-rw-r--r--Help/manual/cmake-variables.7.rst1
-rw-r--r--Help/variable/XCODE.rst4
2 files changed, 5 insertions, 0 deletions
diff --git a/Help/manual/cmake-variables.7.rst b/Help/manual/cmake-variables.7.rst
index 275b66c..b14f667 100644
--- a/Help/manual/cmake-variables.7.rst
+++ b/Help/manual/cmake-variables.7.rst
@@ -214,6 +214,7 @@ Variables that Describe the System
/variable/WINCE
/variable/WINDOWS_PHONE
/variable/WINDOWS_STORE
+ /variable/XCODE
/variable/XCODE_VERSION
Variables that Control the Build
diff --git a/Help/variable/XCODE.rst b/Help/variable/XCODE.rst
new file mode 100644
index 0000000..99f20fb
--- /dev/null
+++ b/Help/variable/XCODE.rst
@@ -0,0 +1,4 @@
+XCODE
+-----
+
+``True`` when using :generator:`Xcode` generator.