mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-01 03:37:15 -06:00
18 lines
570 B
Plaintext
18 lines
570 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<project version="1">
|
||
|
<builddir>ResInsightApplicationCode-cppcheck-build-dir</builddir>
|
||
|
<platform>win64</platform>
|
||
|
<analyze-all-vs-configs>false</analyze-all-vs-configs>
|
||
|
<check-headers>true</check-headers>
|
||
|
<check-unused-templates>false</check-unused-templates>
|
||
|
<max-ctu-depth>10</max-ctu-depth>
|
||
|
<paths>
|
||
|
<dir name="../ApplicationCode"/>
|
||
|
</paths>
|
||
|
<libraries>
|
||
|
<library>googletest</library>
|
||
|
<library>opengl</library>
|
||
|
<library>qt</library>
|
||
|
</libraries>
|
||
|
</project>
|