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