5 lines
91 B
CMake
5 lines
91 B
CMake
set(listvar a b c d e)
|
|
|
|
list(INSERT listvar junk2 new)
|
|
message("INSERT: -->${listvar}<--")
|