I've just read this:
How do you concatenate string in cmake
which is close to what I want, but not quite there. I want to concatenate two literal strings, without the concatenation would not be its own command. In programming language terms - I want to concatenate literal strings within an expression.
Is this possible? (I don't mind a high CMake version requirement.)
Note: This is not a question about breaking a single string onto multiple lines.