try cmake and make. failed now try with julia.
This commit is contained in:
15
soilsimulator.cppcheck
Normal file
15
soilsimulator.cppcheck
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="1">
|
||||
<builddir>soilsimulator-cppcheck-build-dir</builddir>
|
||||
<platform>unix64</platform>
|
||||
<analyze-all-vs-configs>false</analyze-all-vs-configs>
|
||||
<parser>clang</parser>
|
||||
<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>
|
||||
<addons>
|
||||
<addon>threadsafety</addon>
|
||||
<addon>misra</addon>
|
||||
</addons>
|
||||
</project>
|
||||
Reference in New Issue
Block a user