-
Notifications
You must be signed in to change notification settings - Fork 27
/
mayaMatchMoveSolver.cppcheck
36 lines (36 loc) · 1.39 KB
/
mayaMatchMoveSolver.cppcheck
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="UTF-8"?>
<project version="1">
<builddir>mayaMatchMoveSolver-cppcheck-build-dir</builddir>
<platform>unix64</platform>
<analyze-all-vs-configs>false</analyze-all-vs-configs>
<check-headers>true</check-headers>
<check-unused-templates>true</check-unused-templates>
<inline-suppression>true</inline-suppression>
<max-ctu-depth>2</max-ctu-depth>
<max-template-recursion>100</max-template-recursion>
<includedir>
<dir name="include/"/>
<dir name="lib/cppbind/mmcolorio/include"/>
<dir name="lib/cppbind/mmcore/include"/>
<dir name="lib/cppbind/mmimage/include"/>
<dir name="lib/cppbind/mmlens/include"/>
<dir name="lib/cppbind/mmscenegraph/include"/>
<dir name="lib/mmsolverlibs/include/"/>
</includedir>
<paths>
<dir name="lib/cppbind/mmcolorio/src"/>
<dir name="lib/cppbind/mmcore/src"/>
<dir name="lib/cppbind/mmimage/src"/>
<dir name="lib/cppbind/mmimage/tests/"/>
<dir name="lib/cppbind/mmlens/src"/>
<dir name="lib/cppbind/mmlens/tests/"/>
<dir name="lib/cppbind/mmscenegraph/src"/>
<dir name="lib/cppbind/mmscenegraph/tests/"/>
<dir name="lib/mmsolverlibs/src"/>
<dir name="lib/mmsolverlibs/src/"/>
<dir name="src"/>
</paths>
<tools>
<tool>clang-tidy</tool>
</tools>
</project>