Codebase Browser
llvm
Go to App
llvm
/
third-party/benchmark/cmake/
split_list.cmake
macro(split_list listname) string(REPLACE ";" " " ${listname} "${${listname}}") endmacro()