Skip to content

Instantly share code, notes, and snippets.

@Naios
Created March 11, 2015 10:16
Show Gist options
  • Save Naios/425ae68b57b81d47b0d5 to your computer and use it in GitHub Desktop.
Save Naios/425ae68b57b81d47b0d5 to your computer and use it in GitHub Desktop.
Cppcheck project file for TrinityCore
<?xml version="1.0" encoding="UTF-8"?>
<project version="1">
<includedir>
<dir name="TrinityCore/dep/"/>
</includedir>
<paths>
<dir name="TrinityCore/src/server/"/>
</paths>
<exclude>
<path name="boost/"/>
</exclude>
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment