mirror of
https://github.com/reactos/CMake.git
synced 2025-01-08 04:00:27 +00:00
6 lines
94 B
CMake
6 lines
94 B
CMake
|
set(var "n")
|
||
|
set(ref "\\@var@")
|
||
|
|
||
|
string(CONFIGURE "${ref}" output)
|
||
|
message("-->${output}<--")
|