separate_arguments — CMake 3.23.0-rc3 Documentation
cmake.org › cmake › helpParses a space-separated string <args> into a list of items, and stores this list in semicolon-separated standard form in <variable>. This function is intended for parsing command-line arguments. The entire command line must be passed as one string in the argument <args>. The exact parsing rules depend on the operating system.