blob: 67aed3fdc8579b7d9a6f06a73fa9b6844976e691 [file] [log] [blame]
Austin Schuhcbc17402019-01-21 21:00:30 -08001macro(split_list listname)
2 string(REPLACE ";" " " ${listname} "${${listname}}")
3endmacro()