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