libcxx

libcxx mirror with random patches
git clone https://git.neptards.moe/neptards/libcxx.git
Log | Files | Refs

split_list.cmake (93B)


      1 macro(split_list listname)
      2   string(REPLACE ";" " " ${listname} "${${listname}}")
      3 endmacro()