... | ... | @@ -38,7 +38,7 @@ If the compilation was successful, it should print: |
|
|
|
|
|
# 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)
|
... | ... | |