Update Compilation with Mutation authored by Alejandro  Alvarez's avatar Alejandro Alvarez
...@@ -38,7 +38,7 @@ If the compilation was successful, it should print: ...@@ -38,7 +38,7 @@ If the compilation was successful, it should print:
# Example how to call mutation++ in your module # Example how to call mutation++ in your module
You need first to add mutation in you CMakeLists.txt of your module. One example is: You need first to add mutation in you `CMakeLists.txt` of your module. One example is:
``` ```
if (mutation++_FOUND) if (mutation++_FOUND)
... ...
......