cmake/Help/command/endforeach.rst

11 lines
134 B
ReStructuredText
Raw Normal View History

2014-08-03 19:52:23 +02:00
endforeach
----------
2015-11-17 17:22:37 +01:00
Ends a list of commands in a foreach block.
2014-08-03 19:52:23 +02:00
::
endforeach(expression)
2015-11-17 17:22:37 +01:00
See the :command:`foreach` command.