What is common way to split string into list with CMAKE?

后端 未结 3 465
轻奢々
轻奢々 2020-12-13 16:59

Imagine I have the following string :

set(SEXY_STRING \"I love CMake\")

then I want to obtain SEXY_LIST from SEXY_STRING

3条回答
提交回复
热议问题