mirror of
https://github.com/crystalidea/qt-build-tools.git
synced 2025-01-23 20:34:36 +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.
|