mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 15:18:26 -05:00
5 lines
100 B
CMake
5 lines
100 B
CMake
set(listvar a b c d e)
|
|
|
|
list(SUBLIST listvar 0 invalid out)
|
|
message("SUBLIST-length: -->${out}<--")
|