Files
libcxx/utils/google-benchmark/cmake/split_list.cmake
Eric Fiselier ffc31db661 Update google-benchark to trunk
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@336635 91177308-0d34-0410-b5e6-96231b3b80d8
2018-07-10 04:02:00 +00:00

4 lines
93 B
CMake

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