mirror of
https://github.com/nlohmann/json.git
synced 2025-06-18 05:57:30 +08:00
4 lines
93 B
CMake
Executable File
4 lines
93 B
CMake
Executable File
macro(split_list listname)
|
|
string(REPLACE ";" " " ${listname} "${${listname}}")
|
|
endmacro()
|