forked from 12CrazyPaul21/WxBox
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwxbox.cppcheck
More file actions
22 lines (22 loc) · 724 Bytes
/
Copy pathwxbox.cppcheck
File metadata and controls
22 lines (22 loc) · 724 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<project version="1">
<builddir>build\wxbox-cppcheck-build-dir</builddir>
<platform>Unspecified</platform>
<analyze-all-vs-configs>false</analyze-all-vs-configs>
<check-headers>true</check-headers>
<check-unused-templates>true</check-unused-templates>
<max-ctu-depth>2</max-ctu-depth>
<max-template-recursion>100</max-template-recursion>
<paths>
<dir name="src"/>
<dir name="plugins"/>
<dir name="tests"/>
</paths>
<libraries>
<library>googletest</library>
<library>lua</library>
<library>qt</library>
<library>windows</library>
<library>zlib</library>
</libraries>
</project>