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-INSERT-Common.cmake
blob: 495088102fb311140a4847d99fea438bda2cebeb (
plain
)
1
2
3
4
set(listvar a b c d e) list(INSERT listvar junk2 new) message("INSERT: -->${listvar}<--")