Sign in
cobalt
/
cobalt
/
6f4c7afc6f269224030fbfa5ca5310f7765e5610
/
.
/
src
/
third_party
/
google_benchmark
/
cmake
/
split_list.cmake
blob: 67aed3fdc8579b7d9a6f06a73fa9b6844976e691 [
file
]
macro
(
split_list listname
)
string
(
REPLACE
";"
" "
$
{
listname
}
"${${listname}}"
)
endmacro
()