Current section

Files

Jump to
rocksdb deps snappy third_party benchmark cmake split_list.cmake
Raw

deps/snappy/third_party/benchmark/cmake/split_list.cmake

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