Sign in
android
/
platform
/
external
/
google-benchmark
/
b1b10179d449a465af03ca72d1da3f417edcace8
/
.
/
cmake
/
split_list.cmake
blob: 67aed3fdc8579b7d9a6f06a73fa9b6844976e691 [
file
] [
log
] [
blame
]
macro
(
split_list listname
)
string
(
REPLACE
";"
" "
$
{
listname
}
"${${listname}}"
)
endmacro
()