Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
3900a31f440a1111f07ea893b146a67778e918c2
/
.
/
Tests
/
RunCMake
/
CMP0121
/
CMP0121-INSERT-Common.cmake
blob: 495088102fb311140a4847d99fea438bda2cebeb [
file
]
set
(
listvar a b c d e
)
list
(
INSERT listvar junk2
new
)
message
(
"INSERT: -->${listvar}<--"
)