split_list.cmake 93 B

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