mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-03 20:29:56 -06:00
6 lines
65 B
CMake
6 lines
65 B
CMake
macro (escape str)
|
|
message("${str}")
|
|
endmacro ()
|
|
|
|
escape("\\")
|