llvm-for-llvmta/utils/benchmark/cmake/split_list.cmake
Nils Hölscher 3500bf8dde first commit
2022-04-25 10:02:23 +02:00

4 lines
93 B
CMake

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