mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-20 06:00:30 -06:00
3 lines
60 B
CMake
3 lines
60 B
CMake
set(mylist alpha bravo charlie)
|
|
list(INSERT mylist 3 delta)
|