llvm-project/third-party/benchmark/cmake/split_list.cmake

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
93 B
CMake
Raw Normal View History

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