3 lines
41 B
CMake
3 lines
41 B
CMake
|
set(mylist "")
|
||
|
list(GET mylist 0 result)
|