Refactor project structure and update configurations

The project now builds.

- Updated .vscode/launch.json and .vscode/tasks.json for improved
    development workflow
- Modified Makefile.am, configure, and configure.ac for build process
    enhancements
- Updated corelogic/Makefile.am and
    corelogic/include/sensors/interoceptor.h
- Renamed corelogic/main.cpp to main.cpp for better project organization
This commit is contained in:
2024-11-22 20:07:42 +11:00
parent c2a677502e
commit 6dc4287ae3
8 changed files with 15 additions and 12 deletions
+2 -2
View File
@@ -8,7 +8,7 @@
"name": "C++ Launch",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/harikoff",
"program": "${workspaceFolder}/b/harikoff",
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
@@ -22,7 +22,7 @@
"ignoreFailures": true
}
],
"preLaunchTask": "build",
"preLaunchTask": "Build",
"miDebuggerPath": "/usr/bin/gdb",
"logging": {
"trace": true,