mirror of
https://github.com/reactos/CMake.git
synced 2024-12-02 00:26:18 +00:00
c3f40f4fd9
Use inline reStructuredText markup and add cross-references in more places.
11 lines
115 B
ReStructuredText
11 lines
115 B
ReStructuredText
elseif
|
|
------
|
|
|
|
Starts the elseif portion of an if block.
|
|
|
|
::
|
|
|
|
elseif(expression)
|
|
|
|
See the :command:`if` command.
|