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