split_list.cmake 93 Bytes
macro(split_list listname)
  string(REPLACE ";" " " ${listname} "${${listname}}")
endmacro()