Sign in
llvm
/
llvm-project
/
e2dfba68a0c3e1bf2edfef4eab32fbeb46d36cf1
/
.
/
third-party
/
benchmark
/
cmake
/
split_list.cmake
blob: 67aed3fdc8579b7d9a6f06a73fa9b6844976e691 [
file
]
macro
(
split_list listname
)
string
(
REPLACE
";"
" "
$
{
listname
}
"${${listname}}"
)
endmacro
()