The Nest
Explore
Sign in
nuudlman
llvm
third-party
benchmark
cmake
split_list.cmake
0
Compiler projects using llvm
Code
Changes
Tags
Discussions
main
macro(split_list listname) string(REPLACE ";" " " ${listname} "${${listname}}") endmacro()