try cmake and make. failed now try with julia.

This commit is contained in:
2025-08-20 01:04:24 +02:00
parent f3b83c5ab2
commit 602fc97cca
8 changed files with 112 additions and 12 deletions

15
soilsimulator.cppcheck Normal file
View 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>