4 lines
56 B
CMake
4 lines
56 B
CMake
|
foreach(x a b)
|
||
|
message([[${x}:]] "${x}")
|
||
|
endforeach()
|