xref
: /
aosp_15_r20
/
external
/
google-benchmark
/
cmake
/
split_list.cmake
(revision dbb99499c3810fa1611fa2242a2fc446be01a57c)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
macro(split_list listname)
2
string(REPLACE ";" " " ${listname} "${${listname}}")
3
endmacro()
4