CMakePP / CMakePPLang

Object-oriented extension to the CMake language.
http://cmakepp.github.io/CMakePPLang/
Apache License 2.0
11 stars 4 forks source link

Encode escaped special characters in 'cpp_call_fxn' arguments #53

Closed zachcran closed 2 years ago

zachcran commented 2 years ago

Fixes #52 by adding a call to cpp_encode_special_chars() to the top of the cpp_call_fxn() macro. This will protect special characters so the escaping backslashes are not removed, which would cause unintended consequences.