index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
external
/
apache2
/
llvm
/
dist
/
libcxx
/
utils
/
google-benchmark
/
cmake
/
split_list.cmake
blob: 67aed3fdc8579b7d9a6f06a73fa9b6844976e691 (
plain
)
1
2
3
macro
(
split_list listname
)
string
(
REPLACE
";"
" "
${listname}
"
${${listname}
}"
)
endmacro
()