Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
94de63effa4560e9e6e3432dddc6662517a00d46
/
.
/
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}<--"
)