Sign in
boringssl
/
boringssl
/
f449f7206f626a8c4cc5ea1f253e451d2e19bbe2
/
.
/
third_party
/
benchmark
/
cmake
/
split_list.cmake
blob: 67aed3fdc8579b7d9a6f06a73fa9b6844976e691 [
file
]
macro
(
split_list listname
)
string
(
REPLACE
";"
" "
$
{
listname
}
"${${listname}}"
)
endmacro
()