xref
: /
netbsd-src
/
external
/
apache2
/
llvm
/
dist
/
libcxx
/
utils
/
google-benchmark
/
cmake
/
split_list.cmake
(revision 4d6fc14bc9b0c5bf3e30be318c143ee82cadd108)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
macro(split_list listname)
2
string(REPLACE ";" " " ${listname} "${${listname}}")
3
endmacro()
4