mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-25 15:49:08 -05:00
6 lines
65 B
CMake
6 lines
65 B
CMake
macro (escape str)
|
|
message("${str}")
|
|
endmacro ()
|
|
|
|
escape("\\")
|