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