json/benchmarks/thirdparty/benchmark/cmake/split_list.cmake
2021-01-23 13:59:52 +01:00

4 lines
93 B
CMake
Executable File

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