mirror of
https://gitlab.com/lander-team/lander-cpp.git
synced 2025-06-18 16:16:43 +00:00
52 lines
1.2 KiB
JSON
52 lines
1.2 KiB
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"type": "cppbuild",
|
|
"label": "Debug",
|
|
"command": "C:\\Program Files\\mingw-w64\\x86_64-8.1.0-posix-seh-rt_v6-rev0\\mingw64\\bin\\g++.exe",
|
|
"args": [
|
|
"-g",
|
|
"${workspaceFolder}\\src\\*.cpp",
|
|
"-o",
|
|
"${workspaceFolder}\\build\\debug\\${fileBasenameNoExtension}.exe",
|
|
"-I",
|
|
"${workspaceFolder}\\include",
|
|
],
|
|
"options": {
|
|
"cwd": "${fileDirname}"
|
|
},
|
|
"problemMatcher": [
|
|
"$gcc"
|
|
],
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
},
|
|
"detail": "compiler: \"C:\\Program Files\\mingw-w64\\x86_64-8.1.0-posix-seh-rt_v6-rev0\\mingw64\\bin\\g++.exe\""
|
|
},
|
|
{
|
|
"type": "cppbuild",
|
|
"label": "Release",
|
|
"command": "C:\\Program Files\\mingw-w64\\x86_64-8.1.0-posix-seh-rt_v6-rev0\\mingw64\\bin\\g++.exe",
|
|
"args": [
|
|
"${workspaceFolder}\\src\\*.cpp",
|
|
"-o",
|
|
"${workspaceFolder}\\build\\release\\${fileBasenameNoExtension}.exe",
|
|
"-I",
|
|
"${workspaceFolder}\\include",
|
|
],
|
|
"options": {
|
|
"cwd": "${fileDirname}"
|
|
},
|
|
"problemMatcher": [
|
|
"$gcc"
|
|
],
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
},
|
|
"detail": "compiler: \"C:\\Program Files\\mingw-w64\\x86_64-8.1.0-posix-seh-rt_v6-rev0\\mingw64\\bin\\g++.exe\""
|
|
}
|
|
]
|
|
} |