summaryrefslogtreecommitdiff
path: root/share/cmake-3.5/Help/command/elseif.rst
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.5/Help/command/elseif.rst')
-rwxr-xr-xshare/cmake-3.5/Help/command/elseif.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/share/cmake-3.5/Help/command/elseif.rst b/share/cmake-3.5/Help/command/elseif.rst
new file mode 100755
index 0000000..9a8dfed
--- /dev/null
+++ b/share/cmake-3.5/Help/command/elseif.rst
@@ -0,0 +1,10 @@
+elseif
+------
+
+Starts the elseif portion of an if block.
+
+::
+
+ elseif(expression)
+
+See the :command:`if` command.