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
/
CMP0121
/
CMP0121-GET-Common.cmake
blob: e4986f02d0cff2d59ca36d20a1eec0bfe28e8d79 (
plain
)
1
2
3
4
set(listvar a b c d e) list(GET listvar 0 2junk out) message("GET: -->${out}<--")