Added SModule and dependencies.json for S++ 2.0 support.

This commit is contained in:
2024-08-14 23:29:46 +02:00
parent 9ef450df33
commit efedca0d3c
2 changed files with 46 additions and 0 deletions

6
dependencies.json Normal file
View File

@@ -0,0 +1,6 @@
{
"libbacktrace":
{
"condition": "compiler_family == 'gcc' or compiler_family == 'clang'"
}
}