mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-12 20:39:49 -05:00
9 lines
119 B
CMake
9 lines
119 B
CMake
function(foo)
|
|
continue()
|
|
endfunction(foo)
|
|
|
|
foreach(i RANGE 1 2)
|
|
foo()
|
|
message(STATUS "Hello World")
|
|
endforeach()
|