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