zeek/auxil/spicy/3rdparty/benchmark/cmake/split_list.cmake
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

4 lines
93 B
CMake

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