Sign in
rust
/
rust-lang
/
llvm-project
/
089567c89f2a05c57dd2db7685f12c4321c05009
/
.
/
libcxx
/
utils
/
google-benchmark
/
cmake
/
split_list.cmake
blob: 67aed3fdc8579b7d9a6f06a73fa9b6844976e691 [
file
] [
log
] [
blame
]
macro
(
split_list listname
)
string
(
REPLACE
";"
" "
$
{
listname
}
"${${listname}}"
)
endmacro
()