split_list.cmake (93B)
1 macro(split_list listname) 2 string(REPLACE ";" " " ${listname} "${${listname}}") 3 endmacro()