5 lines
99 B
CMake
5 lines
99 B
CMake
set(listvar a b c d e)
|
|
|
|
list(SUBLIST listvar invalid 2 out)
|
|
message("SUBLIST-start: -->${out}<--")
|