cpp-ipc/3rdparty/benchmark/cmake/split_list.cmake
2022-05-15 16:38:20 +08:00

4 lines
93 B
CMake

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