Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
d69b28f869973fa42f8f52263308e8564ea6dd73
/
.
/
Tests
/
RunCMake
/
Syntax
/
ForEachBracket1.cmake
blob: a55e21f07c7376c57ddf346a9e6928705a56ac8c [
file
]
foreach
(
x a b
)
message
([[
$
{
x
}:]]
"${x}"
)
endforeach
()