mirror of
https://github.com/crystalidea/qt-build-tools.git
synced 2025-01-24 04:44:37 +08:00
11 lines
129 B
ReStructuredText
11 lines
129 B
ReStructuredText
|
else
|
||
|
----
|
||
|
|
||
|
Starts the else portion of an if block.
|
||
|
|
||
|
.. code-block:: cmake
|
||
|
|
||
|
else([<condition>])
|
||
|
|
||
|
See the :command:`if` command.
|