4 lines
48 B
CMake
4 lines
48 B
CMake
foreach(i RANGE 1 2)
|
|
continue(1)
|
|
endforeach()
|
foreach(i RANGE 1 2)
|
|
continue(1)
|
|
endforeach()
|