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