xref: /aosp_15_r20/external/google-benchmark/cmake/split_list.cmake (revision dbb99499c3810fa1611fa2242a2fc446be01a57c)
1macro(split_list listname)
2  string(REPLACE ";" " " ${listname} "${${listname}}")
3endmacro()
4