Major refactor

This commit is contained in:
j
2025-12-30 08:43:06 +13:00
parent a9ccdedf89
commit b0d11eb08c
10 changed files with 84 additions and 177 deletions

View File

@@ -4,7 +4,9 @@
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"${workspaceFolder}/source/build/src/autogen"
"${workspaceFolder}/source/build/src/autogen",
"${workspaceFolder}/build/_deps/libassert-src/include",
"${workspaceFolder}/build/_deps/cpptrace-src/include"
],
"defines": [],
"compilerPath": "/usr/bin/g++",