mirror of
https://github.com/reactos/CMake.git
synced 2025-02-16 17:48:25 +00:00
3 lines
57 B
CMake
3 lines
57 B
CMake
set(mylist alpha bravo charlie)
|
|
list(REMOVE_AT mylist 3)
|