xref
: /
llvm-project-15.0.7
/
third-party
/
benchmark
/
cmake
/
split_list.cmake
(revision 5dda2efd)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
macro(split_list listname)
2
string(REPLACE ";" " " ${listname} "${${listname}}")
3
endmacro()
4