xref: /netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/cmake/split_list.cmake (revision 4d6fc14bc9b0c5bf3e30be318c143ee82cadd108)
1macro(split_list listname)
2  string(REPLACE ";" " " ${listname} "${${listname}}")
3endmacro()
4