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