mirror of
https://github.com/nlohmann/json.git
synced 2026-03-01 14:56:27 +00:00
4 lines
93 B
CMake
Executable File
4 lines
93 B
CMake
Executable File
macro(split_list listname)
|
|
string(REPLACE ";" " " ${listname} "${${listname}}")
|
|
endmacro()
|