Skip to content

Commit b05fd63

Browse files
committed
GUI: Add project file for Cppcheck.
1 parent f2e3090 commit b05fd63

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

cppcheck.cppcheck

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project version="1">
3+
<root name="."/>
4+
<includedir>
5+
<dir name="lib/"/>
6+
</includedir>
7+
<paths>
8+
<dir name="lib/"/>
9+
<dir name="cli/"/>
10+
<dir name="gui/"/>
11+
</paths>
12+
</project>

0 commit comments

Comments
 (0)