3 lines
94 B
CMake
3 lines
94 B
CMake
|
set(mylist alpha bravo charlie)
|
||
|
list(TRANSFORM mylist TOUPPER REGEX "^alpha$" "one_too_many")
|