Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
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}<--"
)