cmake/Tests/RunCMake/Syntax/EscapedAt.cmake

6 lines
94 B
CMake
Raw Normal View History

2015-04-27 22:25:09 +02:00
set(var "n")
set(ref "\\@var@")
string(CONFIGURE "${ref}" output)
message("-->${output}<--")