index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
RunCMake
/
Syntax
/
ForEachBracket1.cmake
blob: a55e21f07c7376c57ddf346a9e6928705a56ac8c (
plain
)
1
2
3
foreach(x a b) message([[${x}:]] "${x}") endforeach()