Remove executable files

This commit is contained in:
Hmtsai 2023-12-03 13:37:42 +08:00
parent 01a6e267f7
commit 1324b8c9d3
10 changed files with 1 additions and 29 deletions

View File

@ -2,6 +2,6 @@ cmake_minimum_required(VERSION 3.0)
project(study_cpp LANGUAGES C) project(study_cpp LANGUAGES C)
add_executable(study_cpp main.c)
install(TARGETS study_cpp RUNTIME DESTINATION bin) install(TARGETS study_cpp RUNTIME DESTINATION bin)

View File

@ -1,28 +0,0 @@
{
"tasks": [
{
"type": "cppbuild",
"label": "C/C++: g++ 生成活动文件",
"command": "/usr/bin/g++",
"args": [
"-fdiagnostics-color=always",
"-g",
"${file}",
"-o",
"${fileDirname}/${fileBasenameNoExtension}"
],
"options": {
"cwd": "${fileDirname}"
},
"problemMatcher": [
"$gcc"
],
"group": {
"kind": "build",
"isDefault": true
},
"detail": "调试器生成的任务。"
}
],
"version": "2.0.0"
}

Binary file not shown.

Binary file not shown.