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