mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -05:00
3 lines
67 B
CMake
3 lines
67 B
CMake
set (mylist a b c)
|
|
list(SORT mylist COMPARE STRING COMPARE STRING)
|