mirror of
https://github.com/crystalidea/qt-build-tools.git
synced 2025-01-24 04:44:37 +08:00
12 lines
194 B
ReStructuredText
12 lines
194 B
ReStructuredText
|
elseif
|
||
|
------
|
||
|
|
||
|
Starts an elseif portion of an if block.
|
||
|
|
||
|
.. code-block:: cmake
|
||
|
|
||
|
elseif(<condition>)
|
||
|
|
||
|
See the :command:`if` command, especially for the syntax and logic
|
||
|
of the ``<condition>``.
|