aosp12/external/google-benchmark/cmake/split_list.cmake

4 lines
93 B
CMake
Raw Normal View History

2023-01-09 17:11:35 +08:00
macro(split_list listname)
string(REPLACE ";" " " ${listname} "${${listname}}")
endmacro()