We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58c6fb1 commit 2b50b01Copy full SHA for 2b50b01
README.md
@@ -34,7 +34,7 @@ which will be within 'namespace::class' declaration
34
35
### Integration with the build system
36
```sh
37
-find project -iname "*.h" -or -iname "*.hpp" | xargs "projects/externals/gmock.py" \
+find project -iname "*.h" -or -iname "*.hpp" | xargs "project/externals/gmock.py" \
38
-c "project/conf/gmock.conf" \
39
-d "project/generated/mocks" \
40
-l "Project"
0 commit comments