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