文章分类 -  环境搭建 / vs code

摘要:配置tasks.json编译c++项目 { "version": "2.0.0", "tasks": [ { "label": "cmake", "type": "shell", "command": "cmake", "args": [ "-G", "Unix Makefiles", "-DCMA 阅读全文
posted @ 2024-05-15 11:46 RenjieW 阅读(16) 评论(0) 推荐(1)