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