• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1macro(split_list listname)
2  string(REPLACE ";" " " ${listname} "${${listname}}")
3endmacro()
4