Sign in
◑
Theme
pigweed
/
third_party
/
github
/
google
/
benchmark
/
5bfa2bd77f30e69af99bc511235741220d68fe04
/
.
/
cmake
/
split_list.cmake
blob: 67aed3fdc8579b7d9a6f06a73fa9b6844976e691 [
file
]
macro
(
split_list listname
)
string
(
REPLACE
";"
" "
$
{
listname
}
"${${listname}}"
)
endmacro
()