File: split_list.cmake

package info (click to toggle)
libcudacxx 1.8.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 66,464 kB
  • sloc: cpp: 517,767; ansic: 9,474; python: 6,108; sh: 2,225; asm: 2,154; makefile: 7
file content (3 lines) | stat: -rw-r--r-- 93 bytes parent folder | download | duplicates (57)
1
2
3
macro(split_list listname)
  string(REPLACE ";" " " ${listname} "${${listname}}")
endmacro()