Skip to content

Commit

Permalink
GUI: Add project file for Cppcheck.
Browse files Browse the repository at this point in the history
  • Loading branch information
kimmov committed Aug 21, 2010
1 parent f2e3090 commit b05fd63
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions cppcheck.cppcheck
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="1">
<root name="."/>
<includedir>
<dir name="lib/"/>
</includedir>
<paths>
<dir name="lib/"/>
<dir name="cli/"/>
<dir name="gui/"/>
</paths>
</project>

0 comments on commit b05fd63

Please sign in to comment.