Autotools incoporated

This commit is contained in:
2026-09-07 22:53:30 +05:30
parent 00a3d41e39
commit 6daffbffa5
34 changed files with 11569 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "C/C++ Runner: Debug Session",
"type": "cppdbg",
"request": "launch",
"args": [],
"stopAtEntry": false,
"externalConsole": false,
"cwd": "/home/junet/Desktop/work/C-Programming/01-chapter",
"program": "/home/junet/Desktop/work/C-Programming/01-chapter/build/Debug/outDebug",
"MIMode": "gdb",
"miDebuggerPath": "gdb",
"setupCommands": [
{
"description": "Enable pretty-printing for gdb",
"text": "-enable-pretty-printing",
"ignoreFailures": true
}
]
}
]
}