llvm-for-llvmta/utils/benchmark/cmake/split_list.cmake

4 lines
93 B
CMake
Raw Permalink Normal View History

2022-04-25 10:02:23 +02:00
macro(split_list listname)
string(REPLACE ";" " " ${listname} "${${listname}}")
endmacro()