Files
filament/third_party/benchmark/cmake/split_list.cmake
2018-11-26 11:51:17 -08:00

4 lines
93 B
CMake

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