Files
Android11/external/google-benchmark/cmake/split_list.cmake
2023-10-13 14:01:41 +00:00

4 lines
93 B
CMake

macro(split_list listname)
string(REPLACE ";" " " ${listname} "${${listname}}")
endmacro()