brintos

brintos / llvm-project-archived public Read only

0
0
Text · 93 B · 67aed3f Raw
4 lines · plain
1macro(split_list listname)2  string(REPLACE ";" " " ${listname} "${${listname}}")3endmacro()4